#F8748E

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

Shades of Deep Blush #F8748E

Tints of Deep Blush #F8748E

Color information

#F8748E (or 0xF8748E) is unknown color: approx Deep Blush. HEX triplet: F8, 74 and 8E. RGB value is (248,116,142). Sum of RGB (Red+Green+Blue) = 248+116+142=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F8748E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8748E is #078B71. Grayscale: #9E9E9E. Windows color (decimal): -494450 or 9336056. OLE color: 9336056.

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

Color convert

RGB248116142-
CMYK00.530.430.03
HSL348.18º90.41%71.37%-
HSV(B)348.18º53.23%97.25%-
XYZ49.8434.429.6-
YUV158.43118.73191.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.01%
GREEN value IS 116 (45.70% from 255) = 22.92%
BLUE value IS 142 (55.86% from 255) = 28.06%
R=49.01%
G=22.92%
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.03
SystemRedGreenBlueCMYKHSL
Decimal24811614200.530.430.03348.1890.4171.37
HexF8748E0352B315c5a47
Octal370164216065533534132107
Binary1111100011101001000111001101011010111110101110010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8748E; }

 p { color: rgb(248,116,142); }

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

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

 a { background-color: rgb(248,116,142); }

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

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

 span { border-color: rgb(248,116,142); }

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