#F593C0

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

Shades of Shocking #F593C0

Tints of Shocking #F593C0

Color information

#F593C0 (or 0xF593C0) is unknown color: approx Shocking. HEX triplet: F5, 93 and C0. RGB value is (245,147,192). Sum of RGB (Red+Green+Blue) = 245+147+192=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F593C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F593C0 is #0A6C3F. Grayscale: #B5B5B5. Windows color (decimal): -683072 or 12620789. OLE color: 12620789.

HSL color Cylindrical-coordinate representation of color #F593C0: hue angle of 332.45º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F593C0 is Cyan = 0, Magento = 0.4, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245147192-
CMYK00.40.220.04
HSL332.45º83.05%76.86%-
HSV(B)332.45º40%96.08%-
XYZ57.644.0955.34-
YUV181.43133.97173.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.95%
GREEN value IS 147 (57.81% from 255) = 25.17%
BLUE value IS 192 (75.39% from 255) = 32.88%
R=41.95%
G=25.17%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514719200.40.220.04332.4583.0576.86
HexF593C002816414c534d
Octal365223300050264514123115
Binary11110101100100111100000001010001011010010100110010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F593C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F593C0; }

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

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

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

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

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

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

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

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