#F5708D

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

Shades of Deep Blush #F5708D

Tints of Deep Blush #F5708D

Color information

#F5708D (or 0xF5708D) is unknown color: approx Deep Blush. HEX triplet: F5, 70 and 8D. RGB value is (245,112,141). Sum of RGB (Red+Green+Blue) = 245+112+141=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F5708D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5708D is #0A8F72. Grayscale: #9B9B9B. Windows color (decimal): -692083 or 9269493. OLE color: 9269493.

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

Color convert

RGB245112141-
CMYK00.540.420.04
HSL346.92º86.93%70%-
HSV(B)346.92º54.29%96.08%-
XYZ48.2632.9229.01-
YUV155.07120.06192.14-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.20%
GREEN value IS 112 (44.14% from 255) = 22.49%
BLUE value IS 141 (55.47% from 255) = 28.31%
R=49.20%
G=22.49%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511214100.540.420.04346.9286.9370
HexF5708D0362A415b5746
Octal365160215066524533127106
Binary11110101111000010001101011011010101010010101101110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5708D; }

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

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

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

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

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

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

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

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