Html Css Color HEX #FE0588 Deep Pink

📋 copy color: '#FE0588'

red 254 ◦ green 5 ◦ blue 136

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

Shades of Deep Pink #FE0588

Tints of Deep Pink #FE0588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.43%

R = 64.3%
G = 1.27%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE0588 (or 0xFE0588) is known color: Deep Pink. HEX triplet: FE, 05 and 88. RGB value is (254,5,136). Sum of RGB (Red+Green+Blue) = 254+5+136=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0588 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0588 is #01FA77. Grayscale: #5E5E5E. Windows color (decimal): -129656 or 8914430. OLE color: 8914430.

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

Color convert

RGB 254 5 136 -
CMYK 0 0.98 0.46 0.00
HSL 328.43º 0.99% 0.51% -
HSV(B) 328.43º 0.98% 1% -
XYZ 45.37 22.96 25.33 -
YUV 94.39 151.49 241.85 -
System Red Green Blue C M Y K H S L
Decimal 254 5 136 0 0.98 0.46 0.00 328.43 0.99 0.51
Hex FE 5 88 0 62 2E 0 148 63 33
Octal 376 5 210 0 142 56 0 510 143 63
Binary 11111110 101 10001000 0 1100010 101110 0 101001000 1100011 110011

Color Harmonies of #FE0588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0588

Black with #FE0588

Text Example


Text Example

White with #FE0588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0588; }

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

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

background-color css

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

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

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

border-color css

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

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

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