Html Css Color HEX #FC087C Deep Pink

📋 copy color: '#FC087C'

red 252 ◦ green 8 ◦ blue 124

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

Shades of Deep Pink #FC087C

Tints of Deep Pink #FC087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.08%

 BLUE value IS 124 (48.83% from 255) = 32.29%

R = 65.63%
G = 2.08%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC087C (or 0xFC087C) is known color: Deep Pink. HEX triplet: FC, 08 and 7C. RGB value is (252,8,124). Sum of RGB (Red+Green+Blue) = 252+8+124=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC087C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC087C is #03F783. Grayscale: #5D5D5D. Windows color (decimal): -259972 or 8128764. OLE color: 8128764.

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

Color convert

RGB 252 8 124 -
CMYK 0 0.97 0.51 0.01
HSL 331.48º 0.98% 0.51% -
HSV(B) 331.48º 0.97% 0.99% -
XYZ 43.87 22.32 21.07 -
YUV 94.18 144.84 240.57 -
System Red Green Blue C M Y K H S L
Decimal 252 8 124 0 0.97 0.51 0.01 331.48 0.98 0.51
Hex FC 8 7C 0 61 33 1 14B 62 33
Octal 374 10 174 0 141 63 1 513 142 63
Binary 11111100 1000 1111100 0 1100001 110011 1 101001011 1100010 110011

Color Harmonies of #FC087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC087C

Black with #FC087C

Text Example


Text Example

White with #FC087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC087C; }

 p { color: rgb(252,8,124); }

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

background-color css

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

 a { background-color: rgb(252,8,124); }

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

border-color css

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

 span { border-color: rgb(252,8,124); }

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