Html Css Color HEX #FC0AB5 Shocking Pink

📋 copy color: '#FC0AB5'

red 252 ◦ green 10 ◦ blue 181

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

Shades of Shocking Pink #FC0AB5

Tints of Shocking Pink #FC0AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.86%

R = 56.88%
G = 2.26%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FC0AB5 (or 0xFC0AB5) is known color: Shocking Pink. HEX triplet: FC, 0A and B5. RGB value is (252,10,181). Sum of RGB (Red+Green+Blue) = 252+10+181=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 10 (4.30% from 255 or 2.26% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0AB5 is #03F54A. Grayscale: #656565. Windows color (decimal): -259403 or 11864828. OLE color: 11864828.

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

Color convert

RGB 252 10 181 -
CMYK 0 0.96 0.28 0.01
HSL 317.6º 0.98% 0.51% -
HSV(B) 317.6º 0.96% 0.99% -
XYZ 48.59 24.25 45.84 -
YUV 101.85 172.67 235.1 -
System Red Green Blue C M Y K H S L
Decimal 252 10 181 0 0.96 0.28 0.01 317.6 0.98 0.51
Hex FC A B5 0 60 1C 1 13E 62 33
Octal 374 12 265 0 140 34 1 476 142 63
Binary 11111100 1010 10110101 0 1100000 11100 1 100111110 1100010 110011

Color Harmonies of #FC0AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0AB5

Black with #FC0AB5

Text Example


Text Example

White with #FC0AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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