Html Css Color HEX #FF0476 Deep Pink

📋 copy color: '#FF0476'

red 255 ◦ green 4 ◦ blue 118

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

Shades of Deep Pink #FF0476

Tints of Deep Pink #FF0476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

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

R = 67.64%
G = 1.06%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF0476 (or 0xFF0476) is known color: Deep Pink. HEX triplet: FF, 04 and 76. RGB value is (255,4,118). Sum of RGB (Red+Green+Blue) = 255+4+118=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0476 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0476 is #00FB89. Grayscale: #5B5B5B. Windows color (decimal): -64394 or 7734527. OLE color: 7734527.

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

Color convert

RGB 255 4 118 -
CMYK 0 0.98 0.54 0
HSL 332.75º 1% 0.51% -
HSV(B) 332.75º 0.98% 1% -
XYZ 44.55 22.65 19.16 -
YUV 92.05 142.66 244.23 -
System Red Green Blue C M Y K H S L
Decimal 255 4 118 0 0.98 0.54 0 332.75 1 0.51
Hex FF 4 76 0 62 36 0 14D 64 33
Octal 377 4 166 0 142 66 0 515 144 63
Binary 11111111 100 1110110 0 1100010 110110 0 101001101 1100100 110011

Color Harmonies of #FF0476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0476

Black with #FF0476

Text Example


Text Example

White with #FF0476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0476; }

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

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

background-color css

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

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

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

border-color css

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

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

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