#F593BF

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

Shades of Shocking #F593BF

Tints of Shocking #F593BF

Color information

#F593BF (or 0xF593BF) is unknown color: approx Shocking. HEX triplet: F5, 93 and BF. RGB value is (245,147,191). Sum of RGB (Red+Green+Blue) = 245+147+191=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F593BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F593BF is #0A6C40. Grayscale: #B5B5B5. Windows color (decimal): -683073 or 12555253. OLE color: 12555253.

HSL color Cylindrical-coordinate representation of color #F593BF: hue angle of 333.06º 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 #F593BF is Cyan = 0, Magento = 0.4, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245147191-
CMYK00.40.220.04
HSL333.06º83.05%76.86%-
HSV(B)333.06º40%96.08%-
XYZ57.4944.0454.76-
YUV181.32133.47173.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.02%
GREEN value IS 147 (57.81% from 255) = 25.21%
BLUE value IS 191 (75% from 255) = 32.76%
R=42.02%
G=25.21%
B=32.76%

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
Decimal24514719100.40.220.04333.0683.0576.86
HexF593BF02816414d534d
Octal365223277050264515123115
Binary11110101100100111011111101010001011010010100110110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F593BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F593BF; }

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

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

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

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

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

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

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

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