Html Css Color HEX #FD1478 Deep Pink

📋 copy color: '#FD1478'

red 253 ◦ green 20 ◦ blue 120

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

Shades of Deep Pink #FD1478

Tints of Deep Pink #FD1478

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.09%

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

R = 64.38%
G = 5.09%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD1478 (or 0xFD1478) is known color: Deep Pink. HEX triplet: FD, 14 and 78. RGB value is (253,20,120). Sum of RGB (Red+Green+Blue) = 253+20+120=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1478 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1478 is #02EB87. Grayscale: #646464. Windows color (decimal): -191368 or 7869693. OLE color: 7869693.

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

Color convert

RGB 253 20 120 -
CMYK 0 0.92 0.53 0.01
HSL 334.25º 0.98% 0.54% -
HSV(B) 334.25º 0.92% 0.99% -
XYZ 44.15 22.74 19.83 -
YUV 101.07 138.69 236.37 -
System Red Green Blue C M Y K H S L
Decimal 253 20 120 0 0.92 0.53 0.01 334.25 0.98 0.54
Hex FD 14 78 0 5C 35 1 14E 62 36
Octal 375 24 170 0 134 65 1 516 142 66
Binary 11111101 10100 1111000 0 1011100 110101 1 101001110 1100010 110110

Color Harmonies of #FD1478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1478

Black with #FD1478

Text Example


Text Example

White with #FD1478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1478; }

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

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

background-color css

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

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

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

border-color css

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

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

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