#F5728B

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

Shades of Deep Blush #F5728B

Tints of Deep Blush #F5728B

Color information

#F5728B (or 0xF5728B) is unknown color: approx Deep Blush. HEX triplet: F5, 72 and 8B. RGB value is (245,114,139). Sum of RGB (Red+Green+Blue) = 245+114+139=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F5728B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5728B is #0A8D74. Grayscale: #9C9C9C. Windows color (decimal): -691573 or 9138933. OLE color: 9138933.

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

Color convert

RGB245114139-
CMYK00.530.430.04
HSL348.55º86.75%70.39%-
HSV(B)348.55º53.47%96.08%-
XYZ48.3333.3128.31-
YUV156.02118.4191.47-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.20%
GREEN value IS 114 (44.92% from 255) = 22.89%
BLUE value IS 139 (54.69% from 255) = 27.91%
R=49.20%
G=22.89%
B=27.91%

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
Decimal24511413900.530.430.04348.5586.7570.39
HexF5728B0352B415d5746
Octal365162213065534535127106
Binary11110101111001010001011011010110101110010101110110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5728B; }

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

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

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

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

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

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

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

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