Html Css Color HEX #FC0A8C Deep Pink

📋 copy color: '#FC0A8C'

red 252 ◦ green 10 ◦ blue 140

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

Shades of Deep Pink #FC0A8C

Tints of Deep Pink #FC0A8C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.49%

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 62.69%
G = 2.49%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC0A8C (or 0xFC0A8C) is known color: Deep Pink. HEX triplet: FC, 0A and 8C. RGB value is (252,10,140). Sum of RGB (Red+Green+Blue) = 252+10+140=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 10 (4.30% from 255 or 2.49% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0A8C is #03F573. Grayscale: #606060. Windows color (decimal): -259444 or 9177852. OLE color: 9177852.

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

Color convert

RGB 252 10 140 -
CMYK 0 0.96 0.44 0.01
HSL 327.77º 0.98% 0.51% -
HSV(B) 327.77º 0.96% 0.99% -
XYZ 44.99 22.81 26.84 -
YUV 97.18 152.17 238.43 -
System Red Green Blue C M Y K H S L
Decimal 252 10 140 0 0.96 0.44 0.01 327.77 0.98 0.51
Hex FC A 8C 0 60 2C 1 148 62 33
Octal 374 12 214 0 140 54 1 510 142 63
Binary 11111100 1010 10001100 0 1100000 101100 1 101001000 1100010 110011

Color Harmonies of #FC0A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0A8C

Black with #FC0A8C

Text Example


Text Example

White with #FC0A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0A8C; }

 p { color: rgb(252,10,140); }

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

background-color css

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

 a { background-color: rgb(252,10,140); }

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

border-color css

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

 span { border-color: rgb(252,10,140); }

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