Html Css Color HEX #FD2488 Deep Pink

📋 copy color: '#FD2488'

red 253 ◦ green 36 ◦ blue 136

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

Shades of Deep Pink #FD2488

Tints of Deep Pink #FD2488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.47%

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

R = 59.53%
G = 8.47%
B = 32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FD2488 (or 0xFD2488) is known color: Deep Pink. HEX triplet: FD, 24 and 88. RGB value is (253,36,136). Sum of RGB (Red+Green+Blue) = 253+36+136=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2488 is #02DB77. Grayscale: #707070. Windows color (decimal): -187256 or 8922365. OLE color: 8922365.

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

Color convert

RGB 253 36 136 -
CMYK 0 0.86 0.46 0.01
HSL 332.35º 0.98% 0.57% -
HSV(B) 332.35º 0.86% 0.99% -
XYZ 45.58 23.92 25.51 -
YUV 112.28 141.39 228.37 -
System Red Green Blue C M Y K H S L
Decimal 253 36 136 0 0.86 0.46 0.01 332.35 0.98 0.57
Hex FD 24 88 0 56 2E 1 14C 62 39
Octal 375 44 210 0 126 56 1 514 142 71
Binary 11111101 100100 10001000 0 1010110 101110 1 101001100 1100010 111001

Color Harmonies of #FD2488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2488

Black with #FD2488

Text Example


Text Example

White with #FD2488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2488; }

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

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

background-color css

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

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

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

border-color css

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

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

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