Html Css Color HEX #F8748B Deep Blush

📋 copy color: '#F8748B'

red 248 ◦ green 116 ◦ blue 139

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

Shades of Deep Blush #F8748B

Tints of Deep Blush #F8748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.06%

 BLUE value IS 139 (54.69% from 255) = 27.63%

R = 49.3%
G = 23.06%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8748B (or 0xF8748B) is known color: Deep Blush. HEX triplet: F8, 74 and 8B. RGB value is (248,116,139). Sum of RGB (Red+Green+Blue) = 248+116+139=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F8748B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8748B is #078B74. Grayscale: #9E9E9E. Windows color (decimal): -494453 or 9139448. OLE color: 9139448.

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

Color convert

RGB 248 116 139 -
CMYK 0 0.53 0.44 0.03
HSL 349.55º 0.9% 0.71% -
HSV(B) 349.55º 0.53% 0.97% -
XYZ 49.62 34.31 28.43 -
YUV 158.09 117.23 192.13 -
System Red Green Blue C M Y K H S L
Decimal 248 116 139 0 0.53 0.44 0.03 349.55 0.9 0.71
Hex F8 74 8B 0 35 2C 3 15E 5A 47
Octal 370 164 213 0 65 54 3 536 132 107
Binary 11111000 1110100 10001011 0 110101 101100 11 101011110 1011010 1000111

Color Harmonies of #F8748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8748B

Black with #F8748B

Text Example


Text Example

White with #F8748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8748B; }

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

 H1.HeaderClassName
 {
   color: #F8748B;
 }
 .AnyTagClassName
 {
   color: #F8748B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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