Html Css Color HEX #FC0FC6 Shocking Pink

📋 copy color: '#FC0FC6'

red 252 ◦ green 15 ◦ blue 198

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

Shades of Shocking Pink #FC0FC6

Tints of Shocking Pink #FC0FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.58%

R = 54.19%
G = 3.23%
B = 42.58%

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

#FC0FC6 (or 0xFC0FC6) is known color: Shocking Pink. HEX triplet: FC, 0F and C6. RGB value is (252,15,198). Sum of RGB (Red+Green+Blue) = 252+15+198=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 15 (6.25% from 255 or 3.23% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FC6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0FC6 is #03F039. Grayscale: #6A6A6A. Windows color (decimal): -258106 or 12980220. OLE color: 12980220.

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

Color convert

RGB 252 15 198 -
CMYK 0 0.94 0.21 0.01
HSL 313.67º 0.98% 0.52% -
HSV(B) 313.67º 0.94% 0.99% -
XYZ 50.51 25.11 55.61 -
YUV 106.73 179.52 231.62 -
System Red Green Blue C M Y K H S L
Decimal 252 15 198 0 0.94 0.21 0.01 313.67 0.98 0.52
Hex FC F C6 0 5E 15 1 13A 62 34
Octal 374 17 306 0 136 25 1 472 142 64
Binary 11111100 1111 11000110 0 1011110 10101 1 100111010 1100010 110100

Color Harmonies of #FC0FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0FC6

Black with #FC0FC6

Text Example


Text Example

White with #FC0FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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