Html Css Color HEX #FC15CC Shocking Pink

📋 copy color: '#FC15CC'

red 252 ◦ green 21 ◦ blue 204

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

Shades of Shocking Pink #FC15CC

Tints of Shocking Pink #FC15CC

RGB

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

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

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

R = 52.83%
G = 4.4%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC15CC (or 0xFC15CC) is known color: Shocking Pink. HEX triplet: FC, 15 and CC. RGB value is (252,21,204). Sum of RGB (Red+Green+Blue) = 252+21+204=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 21 (8.59% from 255 or 4.40% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC15CC is #03EA33. Grayscale: #6E6E6E. Windows color (decimal): -256564 or 13374972. OLE color: 13374972.

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

Color convert

RGB 252 21 204 -
CMYK 0 0.92 0.19 0.01
HSL 312.47º 0.97% 0.54% -
HSV(B) 312.47º 0.92% 0.99% -
XYZ 51.31 25.59 59.36 -
YUV 110.93 180.53 228.62 -
System Red Green Blue C M Y K H S L
Decimal 252 21 204 0 0.92 0.19 0.01 312.47 0.97 0.54
Hex FC 15 CC 0 5C 13 1 138 61 36
Octal 374 25 314 0 134 23 1 470 141 66
Binary 11111100 10101 11001100 0 1011100 10011 1 100111000 1100001 110110

Color Harmonies of #FC15CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC15CC

Black with #FC15CC

Text Example


Text Example

White with #FC15CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC15CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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