Html Css Color HEX #FC12C5 Shocking Pink

📋 copy color: '#FC12C5'

red 252 ◦ green 18 ◦ blue 197

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

Shades of Shocking Pink #FC12C5

Tints of Shocking Pink #FC12C5

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.85%

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

R = 53.96%
G = 3.85%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC12C5 (or 0xFC12C5) is known color: Shocking Pink. HEX triplet: FC, 12 and C5. RGB value is (252,18,197). Sum of RGB (Red+Green+Blue) = 252+18+197=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 18 (7.42% from 255 or 3.85% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC12C5 is #03ED3A. Grayscale: #6B6B6B. Windows color (decimal): -257339 or 12915452. OLE color: 12915452.

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

Color convert

RGB 252 18 197 -
CMYK 0 0.93 0.22 0.01
HSL 314.1º 0.98% 0.53% -
HSV(B) 314.1º 0.93% 0.99% -
XYZ 50.44 25.16 55.02 -
YUV 108.37 178.02 230.45 -
System Red Green Blue C M Y K H S L
Decimal 252 18 197 0 0.93 0.22 0.01 314.1 0.98 0.53
Hex FC 12 C5 0 5D 16 1 13A 62 35
Octal 374 22 305 0 135 26 1 472 142 65
Binary 11111100 10010 11000101 0 1011101 10110 1 100111010 1100010 110101

Color Harmonies of #FC12C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC12C5

Black with #FC12C5

Text Example


Text Example

White with #FC12C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC12C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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