Html Css Color HEX #FC0A91 Deep Pink

📋 copy color: '#FC0A91'

red 252 ◦ green 10 ◦ blue 145

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

Shades of Deep Pink #FC0A91

Tints of Deep Pink #FC0A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.63%

R = 61.92%
G = 2.46%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC0A91 (or 0xFC0A91) is known color: Deep Pink. HEX triplet: FC, 0A and 91. RGB value is (252,10,145). Sum of RGB (Red+Green+Blue) = 252+10+145=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 10 (4.30% from 255 or 2.46% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A91 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0A91 is #03F56E. Grayscale: #616161. Windows color (decimal): -259439 or 9505532. OLE color: 9505532.

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

Color convert

RGB 252 10 145 -
CMYK 0 0.96 0.42 0.01
HSL 326.53º 0.98% 0.51% -
HSV(B) 326.53º 0.96% 0.99% -
XYZ 45.36 22.96 28.83 -
YUV 97.75 154.67 238.02 -
System Red Green Blue C M Y K H S L
Decimal 252 10 145 0 0.96 0.42 0.01 326.53 0.98 0.51
Hex FC A 91 0 60 2A 1 147 62 33
Octal 374 12 221 0 140 52 1 507 142 63
Binary 11111100 1010 10010001 0 1100000 101010 1 101000111 1100010 110011

Color Harmonies of #FC0A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0A91

Black with #FC0A91

Text Example


Text Example

White with #FC0A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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