Html Css Color HEX #FC10A2 Deep Pink

📋 copy color: '#FC10A2'

red 252 ◦ green 16 ◦ blue 162

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

Shades of Deep Pink #FC10A2

Tints of Deep Pink #FC10A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.67%

R = 58.6%
G = 3.72%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC10A2 (or 0xFC10A2) is known color: Deep Pink. HEX triplet: FC, 10 and A2. RGB value is (252,16,162). Sum of RGB (Red+Green+Blue) = 252+16+162=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC10A2 is #03EF5D. Grayscale: #666666. Windows color (decimal): -257886 or 10621180. OLE color: 10621180.

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

Color convert

RGB 252 16 162 -
CMYK 0 0.94 0.36 0.01
HSL 322.88º 0.98% 0.53% -
HSV(B) 322.88º 0.94% 0.99% -
XYZ 46.85 23.67 36.28 -
YUV 103.21 161.19 234.13 -
System Red Green Blue C M Y K H S L
Decimal 252 16 162 0 0.94 0.36 0.01 322.88 0.98 0.53
Hex FC 10 A2 0 5E 24 1 143 62 35
Octal 374 20 242 0 136 44 1 503 142 65
Binary 11111100 10000 10100010 0 1011110 100100 1 101000011 1100010 110101

Color Harmonies of #FC10A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC10A2

Black with #FC10A2

Text Example


Text Example

White with #FC10A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC10A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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