#F56695

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

Shades of Deep Blush #F56695

Tints of Deep Blush #F56695

Color information

#F56695 (or 0xF56695) is unknown color: approx Deep Blush. HEX triplet: F5, 66 and 95. RGB value is (245,102,149). Sum of RGB (Red+Green+Blue) = 245+102+149=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F56695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56695 is #0A996A. Grayscale: #969696. Windows color (decimal): -694635 or 9791221. OLE color: 9791221.

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

Color convert

RGB245102149-
CMYK00.580.390.04
HSL340.28º87.73%68.04%-
HSV(B)340.28º58.37%96.08%-
XYZ47.8331.0931.91-
YUV150.11127.38195.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.40%
GREEN value IS 102 (40.23% from 255) = 20.56%
BLUE value IS 149 (58.59% from 255) = 30.04%
R=49.40%
G=20.56%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510214900.580.390.04340.2887.7368.04
HexF5669503A2741545844
Octal365146225072474524130104
Binary11110101110011010010101011101010011110010101010010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56695; }

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

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

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

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

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

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

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

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