Html Css Color HEX #FC0A7C Deep Pink

📋 copy color: '#FC0A7C'

red 252 ◦ green 10 ◦ blue 124

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

Shades of Deep Pink #FC0A7C

Tints of Deep Pink #FC0A7C

RGB

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

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

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

R = 65.28%
G = 2.59%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC0A7C (or 0xFC0A7C) is known color: Deep Pink. HEX triplet: FC, 0A and 7C. RGB value is (252,10,124). Sum of RGB (Red+Green+Blue) = 252+10+124=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A7C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0A7C is #03F583. Grayscale: #5F5F5F. Windows color (decimal): -259460 or 8129276. OLE color: 8129276.

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

Color convert

RGB 252 10 124 -
CMYK 0 0.96 0.51 0.01
HSL 331.74º 0.98% 0.51% -
HSV(B) 331.74º 0.96% 0.99% -
XYZ 43.89 22.37 21.07 -
YUV 95.35 144.17 239.73 -
System Red Green Blue C M Y K H S L
Decimal 252 10 124 0 0.96 0.51 0.01 331.74 0.98 0.51
Hex FC A 7C 0 60 33 1 14C 62 33
Octal 374 12 174 0 140 63 1 514 142 63
Binary 11111100 1010 1111100 0 1100000 110011 1 101001100 1100010 110011

Color Harmonies of #FC0A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0A7C

Black with #FC0A7C

Text Example


Text Example

White with #FC0A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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