Html Css Color HEX #FC05C2 Shocking Pink

📋 copy color: '#FC05C2'

red 252 ◦ green 5 ◦ blue 194

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

Shades of Shocking Pink #FC05C2

Tints of Shocking Pink #FC05C2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.11%

 BLUE value IS 194 (76.17% from 255) = 43.02%

R = 55.88%
G = 1.11%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC05C2 (or 0xFC05C2) is known color: Shocking Pink. HEX triplet: FC, 05 and C2. RGB value is (252,5,194). Sum of RGB (Red+Green+Blue) = 252+5+194=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 5 (2.34% from 255 or 1.11% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC05C2 is #03FA3D. Grayscale: #636363. Windows color (decimal): -260670 or 12715516. OLE color: 12715516.

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

Color convert

RGB 252 5 194 -
CMYK 0 0.98 0.23 0.01
HSL 314.09º 0.98% 0.5% -
HSV(B) 314.09º 0.98% 0.99% -
XYZ 49.94 24.7 53.17 -
YUV 100.4 180.83 236.13 -
System Red Green Blue C M Y K H S L
Decimal 252 5 194 0 0.98 0.23 0.01 314.09 0.98 0.5
Hex FC 5 C2 0 62 17 1 13A 62 32
Octal 374 5 302 0 142 27 1 472 142 62
Binary 11111100 101 11000010 0 1100010 10111 1 100111010 1100010 110010

Color Harmonies of #FC05C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC05C2

Black with #FC05C2

Text Example


Text Example

White with #FC05C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC05C2; }

 p { color: rgb(252,5,194); }

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

background-color css

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

 a { background-color: rgb(252,5,194); }

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

border-color css

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

 span { border-color: rgb(252,5,194); }

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