Html Css Color HEX #FF1476 Deep Pink

📋 copy color: '#FF1476'

red 255 ◦ green 20 ◦ blue 118

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

Shades of Deep Pink #FF1476

Tints of Deep Pink #FF1476

RGB

 RED value IS 255 (100% from 255) = 64.89%

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

 BLUE value IS 118 (46.48% from 255) = 30.03%

R = 64.89%
G = 5.09%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF1476 (or 0xFF1476) is known color: Deep Pink. HEX triplet: FF, 14 and 76. RGB value is (255,20,118). Sum of RGB (Red+Green+Blue) = 255+20+118=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1476 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1476 is #00EB89. Grayscale: #656565. Windows color (decimal): -60298 or 7738623. OLE color: 7738623.

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

Color convert

RGB 255 20 118 -
CMYK 0 0.92 0.54 0
HSL 334.98º 1% 0.54% -
HSV(B) 334.98º 0.92% 1% -
XYZ 44.76 23.07 19.23 -
YUV 101.44 137.36 237.53 -
System Red Green Blue C M Y K H S L
Decimal 255 20 118 0 0.92 0.54 0 334.98 1 0.54
Hex FF 14 76 0 5C 36 0 14F 64 36
Octal 377 24 166 0 134 66 0 517 144 66
Binary 11111111 10100 1110110 0 1011100 110110 0 101001111 1100100 110110

Color Harmonies of #FF1476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1476

Black with #FF1476

Text Example


Text Example

White with #FF1476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1476; }

 p { color: rgb(255,20,118); }

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

background-color css

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

 a { background-color: rgb(255,20,118); }

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

border-color css

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

 span { border-color: rgb(255,20,118); }

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