Html Css Color HEX #F8728D Deep Blush

📋 copy color: '#F8728D'

red 248 ◦ green 114 ◦ blue 141

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

Shades of Deep Blush #F8728D

Tints of Deep Blush #F8728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.66%

 BLUE value IS 141 (55.47% from 255) = 28.03%

R = 49.3%
G = 22.66%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8728D (or 0xF8728D) is known color: Deep Blush. HEX triplet: F8, 72 and 8D. RGB value is (248,114,141). Sum of RGB (Red+Green+Blue) = 248+114+141=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F8728D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8728D is #078D72. Grayscale: #9D9D9D. Windows color (decimal): -494963 or 9270008. OLE color: 9270008.

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

Color convert

RGB 248 114 141 -
CMYK 0 0.54 0.43 0.03
HSL 347.91º 0.91% 0.71% -
HSV(B) 347.91º 0.54% 0.97% -
XYZ 49.54 33.91 29.13 -
YUV 157.14 118.89 192.8 -
System Red Green Blue C M Y K H S L
Decimal 248 114 141 0 0.54 0.43 0.03 347.91 0.91 0.71
Hex F8 72 8D 0 36 2B 3 15C 5B 47
Octal 370 162 215 0 66 53 3 534 133 107
Binary 11111000 1110010 10001101 0 110110 101011 11 101011100 1011011 1000111

Color Harmonies of #F8728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8728D

Black with #F8728D

Text Example


Text Example

White with #F8728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8728D; }

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

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

background-color css

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

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

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

border-color css

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

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

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