#F56F8D

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

Shades of Deep Blush #F56F8D

Tints of Deep Blush #F56F8D

Color information

#F56F8D (or 0xF56F8D) is unknown color: approx Deep Blush. HEX triplet: F5, 6F and 8D. RGB value is (245,111,141). Sum of RGB (Red+Green+Blue) = 245+111+141=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56F8D is #0A9072. Grayscale: #9A9A9A. Windows color (decimal): -692339 or 9269237. OLE color: 9269237.

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

Color convert

RGB245111141-
CMYK00.550.420.04
HSL346.57º87.01%69.8%-
HSV(B)346.57º54.69%96.08%-
XYZ48.1532.728.97-
YUV154.49120.39192.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.30%
GREEN value IS 111 (43.75% from 255) = 22.33%
BLUE value IS 141 (55.47% from 255) = 28.37%
R=49.30%
G=22.33%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511114100.550.420.04346.5787.0169.8
HexF56F8D0372A415b5746
Octal365157215067524533127106
Binary11110101110111110001101011011110101010010101101110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56F8D; }

 p { color: rgb(245,111,141); }

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

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

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

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

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

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

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