#F56D98

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

Shades of Deep Blush #F56D98

Tints of Deep Blush #F56D98

Color information

#F56D98 (or 0xF56D98) is unknown color: approx Deep Blush. HEX triplet: F5, 6D and 98. RGB value is (245,109,152). Sum of RGB (Red+Green+Blue) = 245+109+152=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F56D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56D98 is #0A9267. Grayscale: #9A9A9A. Windows color (decimal): -692840 or 9989621. OLE color: 9989621.

HSL color Cylindrical-coordinate representation of color #F56D98: hue angle of 341.03º 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 #F56D98 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB245109152-
CMYK00.560.380.04
HSL341.03º87.18%69.41%-
HSV(B)341.03º55.51%96.08%-
XYZ48.7932.6233.43-
YUV154.57126.56192.5-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.42%
GREEN value IS 109 (42.97% from 255) = 21.54%
BLUE value IS 152 (59.77% from 255) = 30.04%
R=48.42%
G=21.54%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510915200.560.380.04341.0387.1869.41
HexF56D980382641555745
Octal365155230070464525127105
Binary11110101110110110011000011100010011010010101010110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56D98; }

 p { color: rgb(245,109,152); }

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

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

 a { background-color: rgb(245,109,152); }

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

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

 span { border-color: rgb(245,109,152); }

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