Html Css Color HEX #FD2587 Deep Pink

📋 copy color: '#FD2587'

red 253 ◦ green 37 ◦ blue 135

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

Shades of Deep Pink #FD2587

Tints of Deep Pink #FD2587

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.71%

 BLUE value IS 135 (53.13% from 255) = 31.76%

R = 59.53%
G = 8.71%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD2587 (or 0xFD2587) is known color: Deep Pink. HEX triplet: FD, 25 and 87. RGB value is (253,37,135). Sum of RGB (Red+Green+Blue) = 253+37+135=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2587 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2587 is #02DA78. Grayscale: #707070. Windows color (decimal): -187001 or 8857085. OLE color: 8857085.

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

Color convert

RGB 253 37 135 -
CMYK 0 0.85 0.47 0.01
HSL 332.78º 0.98% 0.57% -
HSV(B) 332.78º 0.85% 0.99% -
XYZ 45.54 23.96 25.15 -
YUV 112.76 140.56 228.03 -
System Red Green Blue C M Y K H S L
Decimal 253 37 135 0 0.85 0.47 0.01 332.78 0.98 0.57
Hex FD 25 87 0 55 2F 1 14D 62 39
Octal 375 45 207 0 125 57 1 515 142 71
Binary 11111101 100101 10000111 0 1010101 101111 1 101001101 1100010 111001

Color Harmonies of #FD2587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2587

Black with #FD2587

Text Example


Text Example

White with #FD2587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2587; }

 p { color: rgb(253,37,135); }

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

background-color css

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

 a { background-color: rgb(253,37,135); }

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

border-color css

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

 span { border-color: rgb(253,37,135); }

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