Html Css Color HEX #FC18B9 Shocking Pink

📋 copy color: '#FC18B9'

red 252 ◦ green 24 ◦ blue 185

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

Shades of Shocking Pink #FC18B9

Tints of Shocking Pink #FC18B9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.21%

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 54.66%
G = 5.21%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC18B9 (or 0xFC18B9) is known color: Shocking Pink. HEX triplet: FC, 18 and B9. RGB value is (252,24,185). Sum of RGB (Red+Green+Blue) = 252+24+185=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 24 (9.77% from 255 or 5.21% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC18B9 is #03E746. Grayscale: #6E6E6E. Windows color (decimal): -255815 or 12130556. OLE color: 12130556.

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

Color convert

RGB 252 24 185 -
CMYK 0 0.90 0.27 0.01
HSL 317.63º 0.97% 0.54% -
HSV(B) 317.63º 0.9% 0.99% -
XYZ 49.23 24.85 48.1 -
YUV 110.53 170.04 228.91 -
System Red Green Blue C M Y K H S L
Decimal 252 24 185 0 0.90 0.27 0.01 317.63 0.97 0.54
Hex FC 18 B9 0 5A 1B 1 13E 61 36
Octal 374 30 271 0 132 33 1 476 141 66
Binary 11111100 11000 10111001 0 1011010 11011 1 100111110 1100001 110110

Color Harmonies of #FC18B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC18B9

Black with #FC18B9

Text Example


Text Example

White with #FC18B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC18B9; }

 p { color: rgb(252,24,185); }

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

background-color css

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

 a { background-color: rgb(252,24,185); }

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

border-color css

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

 span { border-color: rgb(252,24,185); }

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