Html Css Color HEX #FC12BA Shocking Pink

📋 copy color: '#FC12BA'

red 252 ◦ green 18 ◦ blue 186

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

Shades of Shocking Pink #FC12BA

Tints of Shocking Pink #FC12BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.79%

R = 55.26%
G = 3.95%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC12BA (or 0xFC12BA) is known color: Shocking Pink. HEX triplet: FC, 12 and BA. RGB value is (252,18,186). Sum of RGB (Red+Green+Blue) = 252+18+186=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC12BA is #03ED45. Grayscale: #6A6A6A. Windows color (decimal): -257350 or 12194556. OLE color: 12194556.

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

Color convert

RGB 252 18 186 -
CMYK 0 0.93 0.26 0.01
HSL 316.92º 0.98% 0.53% -
HSV(B) 316.92º 0.93% 0.99% -
XYZ 49.22 24.67 48.62 -
YUV 107.12 172.52 231.34 -
System Red Green Blue C M Y K H S L
Decimal 252 18 186 0 0.93 0.26 0.01 316.92 0.98 0.53
Hex FC 12 BA 0 5D 1A 1 13D 62 35
Octal 374 22 272 0 135 32 1 475 142 65
Binary 11111100 10010 10111010 0 1011101 11010 1 100111101 1100010 110101

Color Harmonies of #FC12BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC12BA

Black with #FC12BA

Text Example


Text Example

White with #FC12BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC12BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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