Html Css Color HEX #FE0A79 Deep Pink

📋 copy color: '#FE0A79'

red 254 ◦ green 10 ◦ blue 121

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

Shades of Deep Pink #FE0A79

Tints of Deep Pink #FE0A79

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.6%

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

R = 65.97%
G = 2.6%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE0A79 (or 0xFE0A79) is known color: Deep Pink. HEX triplet: FE, 0A and 79. RGB value is (254,10,121). Sum of RGB (Red+Green+Blue) = 254+10+121=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0A79 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0A79 is #01F586. Grayscale: #5F5F5F. Windows color (decimal): -128391 or 7932670. OLE color: 7932670.

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

Color convert

RGB 254 10 121 -
CMYK 0 0.96 0.52 0.00
HSL 332.7º 0.99% 0.52% -
HSV(B) 332.7º 0.96% 1% -
XYZ 44.43 22.67 20.12 -
YUV 95.61 142.34 240.97 -
System Red Green Blue C M Y K H S L
Decimal 254 10 121 0 0.96 0.52 0.00 332.7 0.99 0.52
Hex FE A 79 0 60 34 0 14D 63 34
Octal 376 12 171 0 140 64 0 515 143 64
Binary 11111110 1010 1111001 0 1100000 110100 0 101001101 1100011 110100

Color Harmonies of #FE0A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0A79

Black with #FE0A79

Text Example


Text Example

White with #FE0A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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