Html Css Color HEX #FD0987 Deep Pink

📋 copy color: '#FD0987'

red 253 ◦ green 9 ◦ blue 135

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

Shades of Deep Pink #FD0987

Tints of Deep Pink #FD0987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.27%

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

R = 63.73%
G = 2.27%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD0987 (or 0xFD0987) is known color: Deep Pink. HEX triplet: FD, 09 and 87. RGB value is (253,9,135). Sum of RGB (Red+Green+Blue) = 253+9+135=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0987 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0987 is #02F678. Grayscale: #606060. Windows color (decimal): -194169 or 8849917. OLE color: 8849917.

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

Color convert

RGB 253 9 135 -
CMYK 0 0.96 0.47 0.01
HSL 329.02º 0.98% 0.51% -
HSV(B) 329.02º 0.96% 0.99% -
XYZ 44.98 22.83 24.96 -
YUV 96.32 149.84 239.75 -
System Red Green Blue C M Y K H S L
Decimal 253 9 135 0 0.96 0.47 0.01 329.02 0.98 0.51
Hex FD 9 87 0 60 2F 1 149 62 33
Octal 375 11 207 0 140 57 1 511 142 63
Binary 11111101 1001 10000111 0 1100000 101111 1 101001001 1100010 110011

Color Harmonies of #FD0987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0987

Black with #FD0987

Text Example


Text Example

White with #FD0987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0987; }

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

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

background-color css

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

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

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

border-color css

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

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

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