Html Css Color HEX #FC11BE Shocking Pink

📋 copy color: '#FC11BE'

red 252 ◦ green 17 ◦ blue 190

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

Shades of Shocking Pink #FC11BE

Tints of Shocking Pink #FC11BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.7%

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

R = 54.9%
G = 3.7%
B = 41.39%

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

#FC11BE (or 0xFC11BE) is known color: Shocking Pink. HEX triplet: FC, 11 and BE. RGB value is (252,17,190). Sum of RGB (Red+Green+Blue) = 252+17+190=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 17 (7.03% from 255 or 3.70% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC11BE is #03EE41. Grayscale: #6A6A6A. Windows color (decimal): -257602 or 12456444. OLE color: 12456444.

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

Color convert

RGB 252 17 190 -
CMYK 0 0.93 0.25 0.01
HSL 315.83º 0.98% 0.53% -
HSV(B) 315.83º 0.93% 0.99% -
XYZ 49.64 24.81 50.89 -
YUV 106.99 174.86 231.43 -
System Red Green Blue C M Y K H S L
Decimal 252 17 190 0 0.93 0.25 0.01 315.83 0.98 0.53
Hex FC 11 BE 0 5D 19 1 13C 62 35
Octal 374 21 276 0 135 31 1 474 142 65
Binary 11111100 10001 10111110 0 1011101 11001 1 100111100 1100010 110101

Color Harmonies of #FC11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC11BE

Black with #FC11BE

Text Example


Text Example

White with #FC11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC11BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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