#F56B94

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

Shades of Deep Blush #F56B94

Tints of Deep Blush #F56B94

Color information

#F56B94 (or 0xF56B94) is unknown color: approx Deep Blush. HEX triplet: F5, 6B and 94. RGB value is (245,107,148). Sum of RGB (Red+Green+Blue) = 245+107+148=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F56B94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56B94 is #0A946B. Grayscale: #989898. Windows color (decimal): -693356 or 9726965. OLE color: 9726965.

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

Color convert

RGB245107148-
CMYK00.560.400.04
HSL342.17º87.34%69.02%-
HSV(B)342.17º56.33%96.08%-
XYZ48.2632.0731.66-
YUV152.94125.22193.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49%
GREEN value IS 107 (42.19% from 255) = 21.4%
BLUE value IS 148 (58.20% from 255) = 29.6%
R=49%
G=21.4%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510714800.560.400.04342.1787.3469.02
HexF56B940382841565745
Octal365153224070504526127105
Binary11110101110101110010100011100010100010010101011010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56B94; }

 p { color: rgb(245,107,148); }

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

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

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

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

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

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

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