Html Css Color HEX #FC18CC Shocking Pink

📋 copy color: '#FC18CC'

red 252 ◦ green 24 ◦ blue 204

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

Shades of Shocking Pink #FC18CC

Tints of Shocking Pink #FC18CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 52.5%
G = 5%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC18CC (or 0xFC18CC) is known color: Shocking Pink. HEX triplet: FC, 18 and CC. RGB value is (252,24,204). Sum of RGB (Red+Green+Blue) = 252+24+204=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 24 (9.77% from 255 or 5% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC18CC is #03E733. Grayscale: #707070. Windows color (decimal): -255796 or 13375740. OLE color: 13375740.

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

Color convert

RGB 252 24 204 -
CMYK 0 0.90 0.19 0.01
HSL 312.63º 0.97% 0.54% -
HSV(B) 312.63º 0.9% 0.99% -
XYZ 51.37 25.71 59.38 -
YUV 112.69 179.54 227.36 -
System Red Green Blue C M Y K H S L
Decimal 252 24 204 0 0.90 0.19 0.01 312.63 0.97 0.54
Hex FC 18 CC 0 5A 13 1 139 61 36
Octal 374 30 314 0 132 23 1 471 141 66
Binary 11111100 11000 11001100 0 1011010 10011 1 100111001 1100001 110110

Color Harmonies of #FC18CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC18CC

Black with #FC18CC

Text Example


Text Example

White with #FC18CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC18CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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