#F59393

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

Shades of Sweet Pink #F59393

Tints of Sweet Pink #F59393

Color information

#F59393 (or 0xF59393) is unknown color: approx Sweet Pink. HEX triplet: F5, 93 and 93. RGB value is (245,147,147). Sum of RGB (Red+Green+Blue) = 245+147+147=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F59393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59393 is #0A6C6C. Grayscale: #B0B0B0. Windows color (decimal): -683117 or 9671669. OLE color: 9671669.

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

Color convert

RGB245147147-
CMYK00.40.40.04
HSL83.05%76.86%-
HSV(B)40%96.08%-
XYZ53.3642.3932.97-
YUV176.3111.47177-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.45%
GREEN value IS 147 (57.81% from 255) = 27.27%
BLUE value IS 147 (57.81% from 255) = 27.27%
R=45.45%
G=27.27%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.4
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514714700.40.40.04083.0576.86
HexF593930282840534d
Octal3652232230505040123115
Binary1111010110010011100100110101000101000100010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59393; }

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

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

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

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

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

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

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

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