#F793C0

Color #F793C0 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #F793C0

Tints of Shocking #F793C0

Color information

#F793C0 (or 0xF793C0) is unknown color: approx Shocking. HEX triplet: F7, 93 and C0. RGB value is (247,147,192). Sum of RGB (Red+Green+Blue) = 247+147+192=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 247 - color contains mainly: red. Hex color #F793C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F793C0 is #086C3F. Grayscale: #B5B5B5. Windows color (decimal): -552000 or 12620791. OLE color: 12620791.

HSL color Cylindrical-coordinate representation of color #F793C0: hue angle of 333º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F793C0 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB247147192-
CMYK00.400.220.03
HSL333º86.21%77.25%-
HSV(B)333º40.49%96.86%-
XYZ58.3144.4555.38-
YUV182.03133.63174.34-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.15%
GREEN value IS 147 (57.81% from 255) = 25.09%
BLUE value IS 192 (75.39% from 255) = 32.76%
R=42.15%
G=25.09%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714719200.400.220.0333386.2177.25
HexF793C002816314d564d
Octal367223300050263515126115
Binary1111011110010011110000000101000101101110100110110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F793C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F793C0; }

 p { color: rgb(247,147,192); }

 H1.HeaderClassName
 {
   color: #F793C0;
 }
 .AnyTagClassName
 {
   color: #F793C0;
 }
</style>
background-color css

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

 a { background-color: rgb(247,147,192); }

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

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

 span { border-color: rgb(247,147,192); }

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