Html Css Color HEX #FC15D0 Shocking Pink

📋 copy color: '#FC15D0'

red 252 ◦ green 21 ◦ blue 208

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

Shades of Shocking Pink #FC15D0

Tints of Shocking Pink #FC15D0

RGB

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

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

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

R = 52.39%
G = 4.37%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC15D0 (or 0xFC15D0) is known color: Shocking Pink. HEX triplet: FC, 15 and D0. RGB value is (252,21,208). Sum of RGB (Red+Green+Blue) = 252+21+208=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 21 (8.59% from 255 or 4.37% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC15D0 is #03EA2F. Grayscale: #6E6E6E. Windows color (decimal): -256560 or 13637116. OLE color: 13637116.

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

Color convert

RGB 252 21 208 -
CMYK 0 0.92 0.17 0.01
HSL 311.43º 0.97% 0.54% -
HSV(B) 311.43º 0.92% 0.99% -
XYZ 51.8 25.79 61.92 -
YUV 111.39 182.53 228.29 -
System Red Green Blue C M Y K H S L
Decimal 252 21 208 0 0.92 0.17 0.01 311.43 0.97 0.54
Hex FC 15 D0 0 5C 11 1 137 61 36
Octal 374 25 320 0 134 21 1 467 141 66
Binary 11111100 10101 11010000 0 1011100 10001 1 100110111 1100001 110110

Color Harmonies of #FC15D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC15D0

Black with #FC15D0

Text Example


Text Example

White with #FC15D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC15D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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