#F5728D

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

Shades of Deep Blush #F5728D

Tints of Deep Blush #F5728D

Color information

#F5728D (or 0xF5728D) is unknown color: approx Deep Blush. HEX triplet: F5, 72 and 8D. RGB value is (245,114,141). Sum of RGB (Red+Green+Blue) = 245+114+141=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5728D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5728D is #0A8D72. Grayscale: #9C9C9C. Windows color (decimal): -691571 or 9270005. OLE color: 9270005.

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

Color convert

RGB245114141-
CMYK00.530.420.04
HSL347.63º86.75%70.39%-
HSV(B)347.63º53.47%96.08%-
XYZ48.4833.3729.09-
YUV156.25119.4191.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49%
GREEN value IS 114 (44.92% from 255) = 22.8%
BLUE value IS 141 (55.47% from 255) = 28.2%
R=49%
G=22.8%
B=28.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511414100.530.420.04347.6386.7570.39
HexF5728D0352A415c5746
Octal365162215065524534127106
Binary11110101111001010001101011010110101010010101110010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5728D; }

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

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

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

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

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

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

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

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