Html Css Color HEX #FC0987 Deep Pink

📋 copy color: '#FC0987'

red 252 ◦ green 9 ◦ blue 135

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

Shades of Deep Pink #FC0987

Tints of Deep Pink #FC0987

RGB

 RED value IS 252 (98.83% from 255) = 63.64%

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

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

R = 63.64%
G = 2.27%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC0987 (or 0xFC0987) is known color: Deep Pink. HEX triplet: FC, 09 and 87. RGB value is (252,9,135). Sum of RGB (Red+Green+Blue) = 252+9+135=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 9 (3.91% from 255 or 2.27% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0987 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0987 is #03F678. Grayscale: #5F5F5F. Windows color (decimal): -259705 or 8849916. OLE color: 8849916.

HSL color Cylindrical-coordinate representation of color #FC0987: hue angle of 328.89º 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 #FC0987 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 9 135 -
CMYK 0 0.96 0.46 0.01
HSL 328.89º 0.98% 0.51% -
HSV(B) 328.89º 0.96% 0.99% -
XYZ 44.62 22.64 24.94 -
YUV 96.02 150.01 239.25 -
System Red Green Blue C M Y K H S L
Decimal 252 9 135 0 0.96 0.46 0.01 328.89 0.98 0.51
Hex FC 9 87 0 60 2E 1 149 62 33
Octal 374 11 207 0 140 56 1 511 142 63
Binary 11111100 1001 10000111 0 1100000 101110 1 101001001 1100010 110011

Color Harmonies of #FC0987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0987

Black with #FC0987

Text Example


Text Example

White with #FC0987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0987; }

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

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

background-color css

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

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

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

border-color css

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

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

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