#F5758C

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

Shades of Deep Blush #F5758C

Tints of Deep Blush #F5758C

Color information

#F5758C (or 0xF5758C) is unknown color: approx Deep Blush. HEX triplet: F5, 75 and 8C. RGB value is (245,117,140). Sum of RGB (Red+Green+Blue) = 245+117+140=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5758C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5758C is #0A8A73. Grayscale: #9D9D9D. Windows color (decimal): -690804 or 9205237. OLE color: 9205237.

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

Color convert

RGB245117140-
CMYK00.520.430.04
HSL349.22º86.49%70.98%-
HSV(B)349.22º52.24%96.08%-
XYZ48.7534.0328.81-
YUV157.89117.91190.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.80%
GREEN value IS 117 (46.09% from 255) = 23.31%
BLUE value IS 140 (55.08% from 255) = 27.89%
R=48.80%
G=23.31%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511714000.520.430.04349.2286.4970.98
HexF5758C0342B415d5647
Octal365165214064534535126107
Binary11110101111010110001100011010010101110010101110110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5758C; }

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

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

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

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

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

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

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

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