#F8728C

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

Shades of Deep Blush #F8728C

Tints of Deep Blush #F8728C

Color information

#F8728C (or 0xF8728C) is unknown color: approx Deep Blush. HEX triplet: F8, 72 and 8C. RGB value is (248,114,140). Sum of RGB (Red+Green+Blue) = 248+114+140=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F8728C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8728C is #078D73. Grayscale: #9D9D9D. Windows color (decimal): -494964 or 9204472. OLE color: 9204472.

HSL color Cylindrical-coordinate representation of color #F8728C: hue angle of 348.36º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8728C is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB248114140-
CMYK00.540.440.03
HSL348.36º90.54%70.98%-
HSV(B)348.36º54.03%97.25%-
XYZ49.4633.8828.74-
YUV157.03118.39192.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.40%
GREEN value IS 114 (44.92% from 255) = 22.71%
BLUE value IS 140 (55.08% from 255) = 27.89%
R=49.40%
G=22.71%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811414000.540.440.03348.3690.5470.98
HexF8728C0362C315c5b47
Octal370162214066543534133107
Binary1111100011100101000110001101101011001110101110010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8728C; }

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

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

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

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

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

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

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

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