Html Css Color HEX #F8748E Deep Blush

📋 copy color: '#F8748E'

red 248 ◦ green 116 ◦ blue 142

#F8748E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #F8748E

Tints of Deep Blush #F8748E

RGB

 RED value IS 248 (97.27% from 255) = 49.01%

 GREEN value IS 116 (45.7% 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 value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8748E (or 0xF8748E) is known color: 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

RGB 248 116 142 -
CMYK 0 0.53 0.43 0.03
HSL 348.18º 0.9% 0.71% -
HSV(B) 348.18º 0.53% 0.97% -
XYZ 49.84 34.4 29.6 -
YUV 158.43 118.73 191.89 -
System Red Green Blue C M Y K H S L
Decimal 248 116 142 0 0.53 0.43 0.03 348.18 0.9 0.71
Hex F8 74 8E 0 35 2B 3 15C 5A 47
Octal 370 164 216 0 65 53 3 534 132 107
Binary 11111000 1110100 10001110 0 110101 101011 11 101011100 1011010 1000111

Color Harmonies of #F8748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8748E

Black with #F8748E

Text Example


Text Example

White with #F8748E

Text Example


Text Example

HTML Codes & Css Web 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>