#F5758D

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

Shades of Deep Blush #F5758D

Tints of Deep Blush #F5758D

Color information

#F5758D (or 0xF5758D) is unknown color: approx Deep Blush. HEX triplet: F5, 75 and 8D. RGB value is (245,117,141). Sum of RGB (Red+Green+Blue) = 245+117+141=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5758D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5758D is #0A8A72. Grayscale: #9E9E9E. Windows color (decimal): -690803 or 9270773. OLE color: 9270773.

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

Color convert

RGB245117141-
CMYK00.520.420.04
HSL348.75º86.49%70.98%-
HSV(B)348.75º52.24%96.08%-
XYZ48.8334.0629.2-
YUV158.01118.41190.05-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.71%
GREEN value IS 117 (46.09% from 255) = 23.26%
BLUE value IS 141 (55.47% from 255) = 28.03%
R=48.71%
G=23.26%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511714100.520.420.04348.7586.4970.98
HexF5758D0342A415d5647
Octal365165215064524535126107
Binary11110101111010110001101011010010101010010101110110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5758D; }

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

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

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

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

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

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

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

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