#F5758A

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

Shades of Deep Blush #F5758A

Tints of Deep Blush #F5758A

Color information

#F5758A (or 0xF5758A) is unknown color: approx Deep Blush. HEX triplet: F5, 75 and 8A. RGB value is (245,117,138). Sum of RGB (Red+Green+Blue) = 245+117+138=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5758A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5758A is #0A8A75. Grayscale: #9D9D9D. Windows color (decimal): -690806 or 9074165. OLE color: 9074165.

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

Color convert

RGB245117138-
CMYK00.520.440.04
HSL350.16º86.49%70.98%-
HSV(B)350.16º52.24%96.08%-
XYZ48.633.9728.04-
YUV157.67116.91190.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49%
GREEN value IS 117 (46.09% from 255) = 23.4%
BLUE value IS 138 (54.30% from 255) = 27.6%
R=49%
G=23.4%
B=27.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511713800.520.440.04350.1686.4970.98
HexF5758A0342C415e5647
Octal365165212064544536126107
Binary11110101111010110001010011010010110010010101111010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5758A; }

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

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

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

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

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

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

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

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