Html Css Color HEX #FE0479 Deep Pink

📋 copy color: '#FE0479'

red 254 ◦ green 4 ◦ blue 121

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

Shades of Deep Pink #FE0479

Tints of Deep Pink #FE0479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

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

R = 67.02%
G = 1.06%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE0479 (or 0xFE0479) is known color: Deep Pink. HEX triplet: FE, 04 and 79. RGB value is (254,4,121). Sum of RGB (Red+Green+Blue) = 254+4+121=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0479 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0479 is #01FB86. Grayscale: #5B5B5B. Windows color (decimal): -129927 or 7931134. OLE color: 7931134.

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

Color convert

RGB 254 4 121 -
CMYK 0 0.98 0.52 0.00
HSL 331.92º 0.99% 0.51% -
HSV(B) 331.92º 0.98% 1% -
XYZ 44.37 22.54 20.1 -
YUV 92.09 144.33 243.49 -
System Red Green Blue C M Y K H S L
Decimal 254 4 121 0 0.98 0.52 0.00 331.92 0.99 0.51
Hex FE 4 79 0 62 34 0 14C 63 33
Octal 376 4 171 0 142 64 0 514 143 63
Binary 11111110 100 1111001 0 1100010 110100 0 101001100 1100011 110011

Color Harmonies of #FE0479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0479

Black with #FE0479

Text Example


Text Example

White with #FE0479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0479; }

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

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

background-color css

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

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

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

border-color css

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

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

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