Html Css Color HEX #FC18D0 Shocking Pink

📋 copy color: '#FC18D0'

red 252 ◦ green 24 ◦ blue 208

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

Shades of Shocking Pink #FC18D0

Tints of Shocking Pink #FC18D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 52.07%
G = 4.96%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC18D0 (or 0xFC18D0) is known color: Shocking Pink. HEX triplet: FC, 18 and D0. RGB value is (252,24,208). Sum of RGB (Red+Green+Blue) = 252+24+208=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 24 (9.77% from 255 or 4.96% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC18D0 is #03E72F. Grayscale: #707070. Windows color (decimal): -255792 or 13637884. OLE color: 13637884.

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

Color convert

RGB 252 24 208 -
CMYK 0 0.90 0.17 0.01
HSL 311.58º 0.97% 0.54% -
HSV(B) 311.58º 0.9% 0.99% -
XYZ 51.86 25.9 61.94 -
YUV 113.15 181.54 227.04 -
System Red Green Blue C M Y K H S L
Decimal 252 24 208 0 0.90 0.17 0.01 311.58 0.97 0.54
Hex FC 18 D0 0 5A 11 1 138 61 36
Octal 374 30 320 0 132 21 1 470 141 66
Binary 11111100 11000 11010000 0 1011010 10001 1 100111000 1100001 110110

Color Harmonies of #FC18D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC18D0

Black with #FC18D0

Text Example


Text Example

White with #FC18D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC18D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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