Html Css Color HEX #FC0A98 Deep Pink

📋 copy color: '#FC0A98'

red 252 ◦ green 10 ◦ blue 152

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

Shades of Deep Pink #FC0A98

Tints of Deep Pink #FC0A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.71%

R = 60.87%
G = 2.42%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC0A98 (or 0xFC0A98) is known color: Deep Pink. HEX triplet: FC, 0A and 98. RGB value is (252,10,152). Sum of RGB (Red+Green+Blue) = 252+10+152=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0A98 is #03F567. Grayscale: #626262. Windows color (decimal): -259432 or 9964284. OLE color: 9964284.

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

Color convert

RGB 252 10 152 -
CMYK 0 0.96 0.40 0.01
HSL 324.79º 0.98% 0.51% -
HSV(B) 324.79º 0.96% 0.99% -
XYZ 45.92 23.18 31.76 -
YUV 98.55 158.17 237.45 -
System Red Green Blue C M Y K H S L
Decimal 252 10 152 0 0.96 0.40 0.01 324.79 0.98 0.51
Hex FC A 98 0 60 28 1 145 62 33
Octal 374 12 230 0 140 50 1 505 142 63
Binary 11111100 1010 10011000 0 1100000 101000 1 101000101 1100010 110011

Color Harmonies of #FC0A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0A98

Black with #FC0A98

Text Example


Text Example

White with #FC0A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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