Html Css Color HEX #FF0876 Deep Pink

📋 copy color: '#FF0876'

red 255 ◦ green 8 ◦ blue 118

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

Shades of Deep Pink #FF0876

Tints of Deep Pink #FF0876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.1%

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

R = 66.93%
G = 2.1%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF0876 (or 0xFF0876) is known color: Deep Pink. HEX triplet: FF, 08 and 76. RGB value is (255,8,118). Sum of RGB (Red+Green+Blue) = 255+8+118=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0876 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0876 is #00F789. Grayscale: #5E5E5E. Windows color (decimal): -63370 or 7735551. OLE color: 7735551.

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

Color convert

RGB 255 8 118 -
CMYK 0 0.97 0.54 0
HSL 333.28º 1% 0.52% -
HSV(B) 333.28º 0.97% 1% -
XYZ 44.6 22.74 19.18 -
YUV 94.39 141.33 242.56 -
System Red Green Blue C M Y K H S L
Decimal 255 8 118 0 0.97 0.54 0 333.28 1 0.52
Hex FF 8 76 0 61 36 0 14D 64 34
Octal 377 10 166 0 141 66 0 515 144 64
Binary 11111111 1000 1110110 0 1100001 110110 0 101001101 1100100 110100

Color Harmonies of #FF0876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0876

Black with #FF0876

Text Example


Text Example

White with #FF0876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0876; }

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

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

background-color css

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

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

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

border-color css

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

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

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