Html Css Color HEX #FC0FC8 Shocking Pink

📋 copy color: '#FC0FC8'

red 252 ◦ green 15 ◦ blue 200

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

Shades of Shocking Pink #FC0FC8

Tints of Shocking Pink #FC0FC8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.21%

 BLUE value IS 200 (78.52% from 255) = 42.83%

R = 53.96%
G = 3.21%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC0FC8 (or 0xFC0FC8) is known color: Shocking Pink. HEX triplet: FC, 0F and C8. RGB value is (252,15,200). Sum of RGB (Red+Green+Blue) = 252+15+200=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 15 (6.25% from 255 or 3.21% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FC8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0FC8 is #03F037. Grayscale: #6A6A6A. Windows color (decimal): -258104 or 13111292. OLE color: 13111292.

HSL color Cylindrical-coordinate representation of color #FC0FC8: hue angle of 313.16º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0FC8 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 15 200 -
CMYK 0 0.94 0.21 0.01
HSL 313.16º 0.98% 0.52% -
HSV(B) 313.16º 0.94% 0.99% -
XYZ 50.74 25.21 56.83 -
YUV 106.95 180.52 231.46 -
System Red Green Blue C M Y K H S L
Decimal 252 15 200 0 0.94 0.21 0.01 313.16 0.98 0.52
Hex FC F C8 0 5E 15 1 139 62 34
Octal 374 17 310 0 136 25 1 471 142 64
Binary 11111100 1111 11001000 0 1011110 10101 1 100111001 1100010 110100

Color Harmonies of #FC0FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0FC8

Black with #FC0FC8

Text Example


Text Example

White with #FC0FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0FC8; }

 p { color: rgb(252,15,200); }

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

background-color css

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

 a { background-color: rgb(252,15,200); }

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

border-color css

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

 span { border-color: rgb(252,15,200); }

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