#F5728C

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

Shades of Deep Blush #F5728C

Tints of Deep Blush #F5728C

Color information

#F5728C (or 0xF5728C) is unknown color: approx Deep Blush. HEX triplet: F5, 72 and 8C. RGB value is (245,114,140). Sum of RGB (Red+Green+Blue) = 245+114+140=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5728C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5728C is #0A8D73. Grayscale: #9C9C9C. Windows color (decimal): -691572 or 9204469. OLE color: 9204469.

HSL color Cylindrical-coordinate representation of color #F5728C: hue angle of 348.09º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5728C is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB245114140-
CMYK00.530.430.04
HSL348.09º86.75%70.39%-
HSV(B)348.09º53.47%96.08%-
XYZ48.4133.3428.69-
YUV156.13118.9191.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.10%
GREEN value IS 114 (44.92% from 255) = 22.85%
BLUE value IS 140 (55.08% from 255) = 28.06%
R=49.10%
G=22.85%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511414000.530.430.04348.0986.7570.39
HexF5728C0352B415c5746
Octal365162214065534534127106
Binary11110101111001010001100011010110101110010101110010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5728C; }

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

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

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

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

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

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

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

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