Html Css Color HEX #FE0879 Deep Pink

📋 copy color: '#FE0879'

red 254 ◦ green 8 ◦ blue 121

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

Shades of Deep Pink #FE0879

Tints of Deep Pink #FE0879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.59%

R = 66.32%
G = 2.09%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE0879 (or 0xFE0879) is known color: Deep Pink. HEX triplet: FE, 08 and 79. RGB value is (254,8,121). Sum of RGB (Red+Green+Blue) = 254+8+121=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0879 is #01F786. Grayscale: #5E5E5E. Windows color (decimal): -128903 or 7932158. OLE color: 7932158.

HSL color Cylindrical-coordinate representation of color #FE0879: hue angle of 332.44º 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 #FE0879 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 8 121 -
CMYK 0 0.97 0.52 0.00
HSL 332.44º 0.99% 0.51% -
HSV(B) 332.44º 0.97% 1% -
XYZ 44.41 22.62 20.12 -
YUV 94.44 143 241.81 -
System Red Green Blue C M Y K H S L
Decimal 254 8 121 0 0.97 0.52 0.00 332.44 0.99 0.51
Hex FE 8 79 0 61 34 0 14C 63 33
Octal 376 10 171 0 141 64 0 514 143 63
Binary 11111110 1000 1111001 0 1100001 110100 0 101001100 1100011 110011

Color Harmonies of #FE0879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0879

Black with #FE0879

Text Example


Text Example

White with #FE0879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0879; }

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

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

background-color css

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

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

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

border-color css

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

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

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