#fd2a5c

Color #FD2A5C Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FD2A5C

Tints of Radical Red #FD2A5C

Color information

#FD2A5C (or 0xFD2A5C) is unknown color: approx Radical Red. HEX triplet: FD, 2A and 5C. RGB value is (253,42,92). Sum of RGB (Red+Green+Blue) = 253+42+92=387 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.37% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2A5C is #02D5A3. Grayscale: #6E6E6E. Windows color (decimal): -185764 or 6040317. OLE color: 6040317.

HSL color Cylindrical-coordinate representation of color #FD2A5C: hue angle of 345.78º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2A5C is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB2534292-
CMYK00.830.640.01
HSL345.78º98.14%57.84%-
HSV(B)345.78º83.4%99.22%-
XYZ43.2723.3112.34-
YUV110.79117.4229.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 65.37%
GREEN value IS 42 (16.80% from 255) = 10.85%
BLUE value IS 92 (36.33% from 255) = 23.77%
R=65.37%
G=10.85%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253429200.830.640.01345.7898.1457.84
HexFD2A5C05340115a623a
Octal375521340123100153214272
Binary11111101101010101110001010011100000011010110101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fd2a5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fd2a5c; }

 p { color: rgb(253,42,92); }

 H1.HeaderClassName
 {
   color: #fd2a5c;
 }
 .AnyTagClassName
 {
   color: #fd2a5c;
 }
</style>
background-color css

<style>
 a { background-color: #fd2a5c; }

 a { background-color: rgb(253,42,92); }

 div.DivClassName
 {
   background-color: #fd2a5c;
 }
 .BgClassName
 {
   background-color: #fd2a5c;
 }
</style>
border-color css

<style>
 span { border-color: #fd2a5c; }

 span { border-color: rgb(253,42,92); }

 td.TdClassName
 {
   border-color: #fd2a5c;
 }
 .TagClassName
 {
   border-color: #fd2a5c;
 }
</style>