#f56892

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

Shades of Deep Blush #F56892

Tints of Deep Blush #F56892

Color information

#F56892 (or 0xF56892) is unknown color: approx Deep Blush. HEX triplet: F5, 68 and 92. RGB value is (245,104,146). Sum of RGB (Red+Green+Blue) = 245+104+146=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F56892 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56892 is #0A976D. Grayscale: #969696. Windows color (decimal): -694126 or 9595125. OLE color: 9595125.

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

Color convert

RGB245104146-
CMYK00.580.400.04
HSL342.13º87.58%68.43%-
HSV(B)342.13º57.55%96.08%-
XYZ47.7931.3930.73-
YUV150.95125.21195.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.49%
GREEN value IS 104 (41.02% from 255) = 21.01%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=49.49%
G=21.01%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510414600.580.400.04342.1387.5868.43
HexF5689203A2841565844
Octal365150222072504526130104
Binary11110101110100010010010011101010100010010101011010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f56892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f56892; }

 p { color: rgb(245,104,146); }

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

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

 a { background-color: rgb(245,104,146); }

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

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

 span { border-color: rgb(245,104,146); }

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