Html Css Color HEX #FC10A0 Deep Pink

📋 copy color: '#FC10A0'

red 252 ◦ green 16 ◦ blue 160

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

Shades of Deep Pink #FC10A0

Tints of Deep Pink #FC10A0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.74%

 BLUE value IS 160 (62.89% from 255) = 37.38%

R = 58.88%
G = 3.74%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC10A0 (or 0xFC10A0) is known color: Deep Pink. HEX triplet: FC, 10 and A0. RGB value is (252,16,160). Sum of RGB (Red+Green+Blue) = 252+16+160=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC10A0 is #03EF5F. Grayscale: #666666. Windows color (decimal): -257888 or 10490108. OLE color: 10490108.

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

Color convert

RGB 252 16 160 -
CMYK 0 0.94 0.37 0.01
HSL 323.39º 0.98% 0.53% -
HSV(B) 323.39º 0.94% 0.99% -
XYZ 46.68 23.6 35.35 -
YUV 102.98 160.19 234.29 -
System Red Green Blue C M Y K H S L
Decimal 252 16 160 0 0.94 0.37 0.01 323.39 0.98 0.53
Hex FC 10 A0 0 5E 25 1 143 62 35
Octal 374 20 240 0 136 45 1 503 142 65
Binary 11111100 10000 10100000 0 1011110 100101 1 101000011 1100010 110101

Color Harmonies of #FC10A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC10A0

Black with #FC10A0

Text Example


Text Example

White with #FC10A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC10A0; }

 p { color: rgb(252,16,160); }

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

background-color css

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

 a { background-color: rgb(252,16,160); }

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

border-color css

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

 span { border-color: rgb(252,16,160); }

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