Html Css Color HEX #FE0076 Deep Pink

📋 copy color: '#FE0076'

red 254 ◦ green 0 ◦ blue 118

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

Shades of Deep Pink #FE0076

Tints of Deep Pink #FE0076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.28%
G = 0%
B = 31.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE0076 (or 0xFE0076) is known color: Deep Pink. HEX triplet: FE, 00 and 76. RGB value is (254,0,118). Sum of RGB (Red+Green+Blue) = 254+0+118=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0076 is #01FF89. Grayscale: #595959. Windows color (decimal): -130954 or 7733502. OLE color: 7733502.

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

Color convert

RGB 254 0 118 -
CMYK 0 1 0.54 0.00
HSL 332.13º 1% 0.5% -
HSV(B) 332.13º 1% 1% -
XYZ 44.14 22.38 19.13 -
YUV 89.4 144.15 245.41 -
System Red Green Blue C M Y K H S L
Decimal 254 0 118 0 1 0.54 0.00 332.13 1 0.5
Hex FE 0 76 0 64 36 0 14C 64 32
Octal 376 0 166 0 144 66 0 514 144 62
Binary 11111110 0 1110110 0 1100100 110110 0 101001100 1100100 110010

Color Harmonies of #FE0076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0076

Black with #FE0076

Text Example


Text Example

White with #FE0076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0076; }

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

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

background-color css

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

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

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

border-color css

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

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

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