Html Css Color HEX #FC15CE Shocking Pink

📋 copy color: '#FC15CE'

red 252 ◦ green 21 ◦ blue 206

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

Shades of Shocking Pink #FC15CE

Tints of Shocking Pink #FC15CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 52.61%
G = 4.38%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC15CE (or 0xFC15CE) is known color: Shocking Pink. HEX triplet: FC, 15 and CE. RGB value is (252,21,206). Sum of RGB (Red+Green+Blue) = 252+21+206=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 21 (8.59% from 255 or 4.38% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC15CE is #03EA31. Grayscale: #6E6E6E. Windows color (decimal): -256562 or 13506044. OLE color: 13506044.

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

Color convert

RGB 252 21 206 -
CMYK 0 0.92 0.18 0.01
HSL 311.95º 0.97% 0.54% -
HSV(B) 311.95º 0.92% 0.99% -
XYZ 51.55 25.69 60.63 -
YUV 111.16 181.53 228.46 -
System Red Green Blue C M Y K H S L
Decimal 252 21 206 0 0.92 0.18 0.01 311.95 0.97 0.54
Hex FC 15 CE 0 5C 12 1 138 61 36
Octal 374 25 316 0 134 22 1 470 141 66
Binary 11111100 10101 11001110 0 1011100 10010 1 100111000 1100001 110110

Color Harmonies of #FC15CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC15CE

Black with #FC15CE

Text Example


Text Example

White with #FC15CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC15CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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