Html Css Color HEX #FC13C5 Shocking Pink

📋 copy color: '#FC13C5'

red 252 ◦ green 19 ◦ blue 197

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

Shades of Shocking Pink #FC13C5

Tints of Shocking Pink #FC13C5

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.06%

 BLUE value IS 197 (77.34% from 255) = 42.09%

R = 53.85%
G = 4.06%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC13C5 (or 0xFC13C5) is known color: Shocking Pink. HEX triplet: FC, 13 and C5. RGB value is (252,19,197). Sum of RGB (Red+Green+Blue) = 252+19+197=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 19 (7.81% from 255 or 4.06% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC13C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC13C5 is #03EC3A. Grayscale: #6C6C6C. Windows color (decimal): -257083 or 12915708. OLE color: 12915708.

HSL color Cylindrical-coordinate representation of color #FC13C5: hue angle of 314.16º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC13C5 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 19 197 -
CMYK 0 0.92 0.22 0.01
HSL 314.16º 0.97% 0.53% -
HSV(B) 314.16º 0.92% 0.99% -
XYZ 50.46 25.19 55.03 -
YUV 108.96 177.69 230.03 -
System Red Green Blue C M Y K H S L
Decimal 252 19 197 0 0.92 0.22 0.01 314.16 0.97 0.53
Hex FC 13 C5 0 5C 16 1 13A 61 35
Octal 374 23 305 0 134 26 1 472 141 65
Binary 11111100 10011 11000101 0 1011100 10110 1 100111010 1100001 110101

Color Harmonies of #FC13C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC13C5

Black with #FC13C5

Text Example


Text Example

White with #FC13C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC13C5; }

 p { color: rgb(252,19,197); }

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

background-color css

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

 a { background-color: rgb(252,19,197); }

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

border-color css

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

 span { border-color: rgb(252,19,197); }

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