Html Css Color HEX #FC18BC Shocking Pink

📋 copy color: '#FC18BC'

red 252 ◦ green 24 ◦ blue 188

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

Shades of Shocking Pink #FC18BC

Tints of Shocking Pink #FC18BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 54.31%
G = 5.17%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC18BC (or 0xFC18BC) is known color: Shocking Pink. HEX triplet: FC, 18 and BC. RGB value is (252,24,188). Sum of RGB (Red+Green+Blue) = 252+24+188=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 24 (9.77% from 255 or 5.17% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC18BC is #03E743. Grayscale: #6E6E6E. Windows color (decimal): -255812 or 12327164. OLE color: 12327164.

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

Color convert

RGB 252 24 188 -
CMYK 0 0.90 0.25 0.01
HSL 316.84º 0.97% 0.54% -
HSV(B) 316.84º 0.9% 0.99% -
XYZ 49.55 24.98 49.79 -
YUV 110.87 171.54 228.66 -
System Red Green Blue C M Y K H S L
Decimal 252 24 188 0 0.90 0.25 0.01 316.84 0.97 0.54
Hex FC 18 BC 0 5A 19 1 13D 61 36
Octal 374 30 274 0 132 31 1 475 141 66
Binary 11111100 11000 10111100 0 1011010 11001 1 100111101 1100001 110110

Color Harmonies of #FC18BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC18BC

Black with #FC18BC

Text Example


Text Example

White with #FC18BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC18BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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