#F56595

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

Shades of Deep Blush #F56595

Tints of Deep Blush #F56595

Color information

#F56595 (or 0xF56595) is unknown color: approx Deep Blush. HEX triplet: F5, 65 and 95. RGB value is (245,101,149). Sum of RGB (Red+Green+Blue) = 245+101+149=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F56595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56595 is #0A9A6A. Grayscale: #959595. Windows color (decimal): -694891 or 9790965. OLE color: 9790965.

HSL color Cylindrical-coordinate representation of color #F56595: hue angle of 340º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F56595 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB245101149-
CMYK00.590.390.04
HSL340º87.8%67.84%-
HSV(B)340º58.78%96.08%-
XYZ47.7330.8931.88-
YUV149.53127.71196.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.49%
GREEN value IS 101 (39.84% from 255) = 20.40%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=49.49%
G=20.40%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510114900.590.390.0434087.867.84
HexF5659503B2741545844
Octal365145225073474524130104
Binary11110101110010110010101011101110011110010101010010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56595; }

 p { color: rgb(245,101,149); }

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

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

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

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

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

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

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