Html Css Color HEX #FC087A Deep Pink

📋 copy color: '#FC087A'

red 252 ◦ green 8 ◦ blue 122

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

Shades of Deep Pink #FC087A

Tints of Deep Pink #FC087A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 65.97%
G = 2.09%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC087A (or 0xFC087A) is known color: Deep Pink. HEX triplet: FC, 08 and 7A. RGB value is (252,8,122). Sum of RGB (Red+Green+Blue) = 252+8+122=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC087A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC087A is #03F785. Grayscale: #5D5D5D. Windows color (decimal): -259974 or 7997692. OLE color: 7997692.

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

Color convert

RGB 252 8 122 -
CMYK 0 0.97 0.52 0.01
HSL 331.97º 0.98% 0.51% -
HSV(B) 331.97º 0.97% 0.99% -
XYZ 43.74 22.27 20.41 -
YUV 93.95 143.84 240.73 -
System Red Green Blue C M Y K H S L
Decimal 252 8 122 0 0.97 0.52 0.01 331.97 0.98 0.51
Hex FC 8 7A 0 61 34 1 14C 62 33
Octal 374 10 172 0 141 64 1 514 142 63
Binary 11111100 1000 1111010 0 1100001 110100 1 101001100 1100010 110011

Color Harmonies of #FC087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC087A

Black with #FC087A

Text Example


Text Example

White with #FC087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC087A; }

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

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

background-color css

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

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

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

border-color css

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

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

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