Html Css Color HEX #FE0577 Deep Pink

📋 copy color: '#FE0577'

red 254 ◦ green 5 ◦ blue 119

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

Shades of Deep Pink #FE0577

Tints of Deep Pink #FE0577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.32%

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

R = 67.2%
G = 1.32%
B = 31.48%

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

#FE0577 (or 0xFE0577) is known color: Deep Pink. HEX triplet: FE, 05 and 77. RGB value is (254,5,119). Sum of RGB (Red+Green+Blue) = 254+5+119=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0577 is #01FA88. Grayscale: #5C5C5C. Windows color (decimal): -129673 or 7800318. OLE color: 7800318.

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

Color convert

RGB 254 5 119 -
CMYK 0 0.98 0.53 0.00
HSL 332.53º 0.99% 0.51% -
HSV(B) 332.53º 0.98% 1% -
XYZ 44.26 22.51 19.47 -
YUV 92.45 142.99 243.23 -
System Red Green Blue C M Y K H S L
Decimal 254 5 119 0 0.98 0.53 0.00 332.53 0.99 0.51
Hex FE 5 77 0 62 35 0 14D 63 33
Octal 376 5 167 0 142 65 0 515 143 63
Binary 11111110 101 1110111 0 1100010 110101 0 101001101 1100011 110011

Color Harmonies of #FE0577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0577

Black with #FE0577

Text Example


Text Example

White with #FE0577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0577; }

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

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

background-color css

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

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

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

border-color css

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

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

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