Html Css Color HEX #FC12BE Shocking Pink

📋 copy color: '#FC12BE'

red 252 ◦ green 18 ◦ blue 190

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

Shades of Shocking Pink #FC12BE

Tints of Shocking Pink #FC12BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.3%

R = 54.78%
G = 3.91%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC12BE (or 0xFC12BE) is known color: Shocking Pink. HEX triplet: FC, 12 and BE. RGB value is (252,18,190). Sum of RGB (Red+Green+Blue) = 252+18+190=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 18 (7.42% from 255 or 3.91% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC12BE is #03ED41. Grayscale: #6B6B6B. Windows color (decimal): -257346 or 12456700. OLE color: 12456700.

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

Color convert

RGB 252 18 190 -
CMYK 0 0.93 0.25 0.01
HSL 315.9º 0.98% 0.53% -
HSV(B) 315.9º 0.93% 0.99% -
XYZ 49.66 24.85 50.89 -
YUV 107.57 174.52 231.01 -
System Red Green Blue C M Y K H S L
Decimal 252 18 190 0 0.93 0.25 0.01 315.9 0.98 0.53
Hex FC 12 BE 0 5D 19 1 13C 62 35
Octal 374 22 276 0 135 31 1 474 142 65
Binary 11111100 10010 10111110 0 1011101 11001 1 100111100 1100010 110101

Color Harmonies of #FC12BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC12BE

Black with #FC12BE

Text Example


Text Example

White with #FC12BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC12BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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