Html Css Color HEX #FD0588 Deep Pink

📋 copy color: '#FD0588'

red 253 ◦ green 5 ◦ blue 136

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

Shades of Deep Pink #FD0588

Tints of Deep Pink #FD0588

RGB

 RED value IS 253 (99.22% from 255) = 64.21%

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

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

R = 64.21%
G = 1.27%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FD0588 (or 0xFD0588) is known color: Deep Pink. HEX triplet: FD, 05 and 88. RGB value is (253,5,136). Sum of RGB (Red+Green+Blue) = 253+5+136=394 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.21% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0588 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0588 is #02FA77. Grayscale: #5D5D5D. Windows color (decimal): -195192 or 8914429. OLE color: 8914429.

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

Color convert

RGB 253 5 136 -
CMYK 0 0.98 0.46 0.01
HSL 328.31º 0.98% 0.51% -
HSV(B) 328.31º 0.98% 0.99% -
XYZ 45.01 22.77 25.32 -
YUV 94.09 151.66 241.35 -
System Red Green Blue C M Y K H S L
Decimal 253 5 136 0 0.98 0.46 0.01 328.31 0.98 0.51
Hex FD 5 88 0 62 2E 1 148 62 33
Octal 375 5 210 0 142 56 1 510 142 63
Binary 11111101 101 10001000 0 1100010 101110 1 101001000 1100010 110011

Color Harmonies of #FD0588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0588

Black with #FD0588

Text Example


Text Example

White with #FD0588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0588; }

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

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

background-color css

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

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

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

border-color css

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

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

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