Html Css Color HEX #FE0477 Deep Pink

📋 copy color: '#FE0477'

red 254 ◦ green 4 ◦ blue 119

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

Shades of Deep Pink #FE0477

Tints of Deep Pink #FE0477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.56%

R = 67.37%
G = 1.06%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE0477 (or 0xFE0477) is known color: Deep Pink. HEX triplet: FE, 04 and 77. RGB value is (254,4,119). Sum of RGB (Red+Green+Blue) = 254+4+119=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0477 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0477 is #01FB88. Grayscale: #5B5B5B. Windows color (decimal): -129929 or 7800062. OLE color: 7800062.

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

Color convert

RGB 254 4 119 -
CMYK 0 0.98 0.53 0.00
HSL 332.4º 0.99% 0.51% -
HSV(B) 332.4º 0.98% 1% -
XYZ 44.25 22.49 19.46 -
YUV 91.86 143.33 243.65 -
System Red Green Blue C M Y K H S L
Decimal 254 4 119 0 0.98 0.53 0.00 332.4 0.99 0.51
Hex FE 4 77 0 62 35 0 14C 63 33
Octal 376 4 167 0 142 65 0 514 143 63
Binary 11111110 100 1110111 0 1100010 110101 0 101001100 1100011 110011

Color Harmonies of #FE0477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0477

Black with #FE0477

Text Example


Text Example

White with #FE0477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0477; }

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

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

background-color css

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

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

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

border-color css

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

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

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