#F56A99

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

Shades of Deep Blush #F56A99

Tints of Deep Blush #F56A99

Color information

#F56A99 (or 0xF56A99) is unknown color: approx Deep Blush. HEX triplet: F5, 6A and 99. RGB value is (245,106,153). Sum of RGB (Red+Green+Blue) = 245+106+153=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F56A99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56A99 is #0A9566. Grayscale: #989898. Windows color (decimal): -693607 or 10054389. OLE color: 10054389.

HSL color Cylindrical-coordinate representation of color #F56A99: hue angle of 339.71º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F56A99 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB245106153-
CMYK00.570.380.04
HSL339.71º87.42%68.82%-
HSV(B)339.71º56.73%96.08%-
XYZ48.5632.0233.76-
YUV152.92128.05193.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.61%
GREEN value IS 106 (41.80% from 255) = 21.03%
BLUE value IS 153 (60.16% from 255) = 30.36%
R=48.61%
G=21.03%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510615300.570.380.04339.7187.4268.82
HexF56A990392641545745
Octal365152231071464524127105
Binary11110101110101010011001011100110011010010101010010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56A99; }

 p { color: rgb(245,106,153); }

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

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

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

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

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

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

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