Html Css Color HEX #FC15BE Shocking Pink

📋 copy color: '#FC15BE'

red 252 ◦ green 21 ◦ blue 190

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

Shades of Shocking Pink #FC15BE

Tints of Shocking Pink #FC15BE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.54%

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

R = 54.43%
G = 4.54%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC15BE (or 0xFC15BE) is known color: Shocking Pink. HEX triplet: FC, 15 and BE. RGB value is (252,21,190). Sum of RGB (Red+Green+Blue) = 252+21+190=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 21 (8.59% from 255 or 4.54% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC15BE is #03EA41. Grayscale: #6C6C6C. Windows color (decimal): -256578 or 12457468. OLE color: 12457468.

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

Color convert

RGB 252 21 190 -
CMYK 0 0.92 0.25 0.01
HSL 316.1º 0.97% 0.54% -
HSV(B) 316.1º 0.92% 0.99% -
XYZ 49.71 24.95 50.91 -
YUV 109.34 173.53 229.76 -
System Red Green Blue C M Y K H S L
Decimal 252 21 190 0 0.92 0.25 0.01 316.1 0.97 0.54
Hex FC 15 BE 0 5C 19 1 13C 61 36
Octal 374 25 276 0 134 31 1 474 141 66
Binary 11111100 10101 10111110 0 1011100 11001 1 100111100 1100001 110110

Color Harmonies of #FC15BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC15BE

Black with #FC15BE

Text Example


Text Example

White with #FC15BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC15BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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