Html Css Color HEX #FD1987 Deep Pink

📋 copy color: '#FD1987'

red 253 ◦ green 25 ◦ blue 135

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

Shades of Deep Pink #FD1987

Tints of Deep Pink #FD1987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.05%

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

R = 61.26%
G = 6.05%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD1987 (or 0xFD1987) is known color: Deep Pink. HEX triplet: FD, 19 and 87. RGB value is (253,25,135). Sum of RGB (Red+Green+Blue) = 253+25+135=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1987 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1987 is #02E678. Grayscale: #696969. Windows color (decimal): -190073 or 8854013. OLE color: 8854013.

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

Color convert

RGB 253 25 135 -
CMYK 0 0.90 0.47 0.01
HSL 331.05º 0.98% 0.55% -
HSV(B) 331.05º 0.9% 0.99% -
XYZ 45.23 23.33 25.04 -
YUV 105.71 144.54 233.06 -
System Red Green Blue C M Y K H S L
Decimal 253 25 135 0 0.90 0.47 0.01 331.05 0.98 0.55
Hex FD 19 87 0 5A 2F 1 14B 62 37
Octal 375 31 207 0 132 57 1 513 142 67
Binary 11111101 11001 10000111 0 1011010 101111 1 101001011 1100010 110111

Color Harmonies of #FD1987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1987

Black with #FD1987

Text Example


Text Example

White with #FD1987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1987; }

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

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

background-color css

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

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

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

border-color css

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

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

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