Html Css Color HEX #FD2478 Deep Pink

📋 copy color: '#FD2478'

red 253 ◦ green 36 ◦ blue 120

#FD2478
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #FD2478

Tints of Deep Pink #FD2478

RGB

 RED value IS 253 (99.22% from 255) = 61.86%

 GREEN value IS 36 (14.45% from 255) = 8.8%

 BLUE value IS 120 (47.27% from 255) = 29.34%

R = 61.86%
G = 8.8%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD2478 (or 0xFD2478) is known color: Deep Pink. HEX triplet: FD, 24 and 78. RGB value is (253,36,120). Sum of RGB (Red+Green+Blue) = 253+36+120=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2478 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2478 is #02DB87. Grayscale: #6E6E6E. Windows color (decimal): -187272 or 7873789. OLE color: 7873789.

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

Color convert

RGB 253 36 120 -
CMYK 0 0.86 0.53 0.01
HSL 336.77º 0.98% 0.57% -
HSV(B) 336.77º 0.86% 0.99% -
XYZ 44.53 23.5 19.96 -
YUV 110.46 133.39 229.67 -
System Red Green Blue C M Y K H S L
Decimal 253 36 120 0 0.86 0.53 0.01 336.77 0.98 0.57
Hex FD 24 78 0 56 35 1 151 62 39
Octal 375 44 170 0 126 65 1 521 142 71
Binary 11111101 100100 1111000 0 1010110 110101 1 101010001 1100010 111001

Color Harmonies of #FD2478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2478

Black with #FD2478

Text Example


Text Example

White with #FD2478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2478; }

 p { color: rgb(253,36,120); }

 H1.HeaderClassName
 {
   color: #FD2478;
 }
 .AnyTagClassName
 {
   color: #FD2478;
 }
</style>

background-color css

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

 a { background-color: rgb(253,36,120); }

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

border-color css

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

 span { border-color: rgb(253,36,120); }

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