Html Css Color HEX #FE0876 Deep Pink

📋 copy color: '#FE0876'

red 254 ◦ green 8 ◦ blue 118

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

Shades of Deep Pink #FE0876

Tints of Deep Pink #FE0876

RGB

 RED value IS 254 (99.61% from 255) = 66.84%

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

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

R = 66.84%
G = 2.11%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE0876 (or 0xFE0876) is known color: Deep Pink. HEX triplet: FE, 08 and 76. RGB value is (254,8,118). Sum of RGB (Red+Green+Blue) = 254+8+118=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0876 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0876 is #01F789. Grayscale: #5D5D5D. Windows color (decimal): -128906 or 7735550. OLE color: 7735550.

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

Color convert

RGB 254 8 118 -
CMYK 0 0.97 0.54 0.00
HSL 333.17º 0.99% 0.51% -
HSV(B) 333.17º 0.97% 1% -
XYZ 44.23 22.55 19.16 -
YUV 94.09 141.5 242.06 -
System Red Green Blue C M Y K H S L
Decimal 254 8 118 0 0.97 0.54 0.00 333.17 0.99 0.51
Hex FE 8 76 0 61 36 0 14D 63 33
Octal 376 10 166 0 141 66 0 515 143 63
Binary 11111110 1000 1110110 0 1100001 110110 0 101001101 1100011 110011

Color Harmonies of #FE0876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0876

Black with #FE0876

Text Example


Text Example

White with #FE0876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0876; }

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

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

background-color css

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

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

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

border-color css

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

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

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