Html Css Color HEX #F8728F Deep Blush

📋 copy color: '#F8728F'

red 248 ◦ green 114 ◦ blue 143

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

Shades of Deep Blush #F8728F

Tints of Deep Blush #F8728F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.32%

R = 49.11%
G = 22.57%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F8728F (or 0xF8728F) is known color: Deep Blush. HEX triplet: F8, 72 and 8F. RGB value is (248,114,143). Sum of RGB (Red+Green+Blue) = 248+114+143=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F8728F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8728F is #078D70. Grayscale: #9D9D9D. Windows color (decimal): -494961 or 9401080. OLE color: 9401080.

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

Color convert

RGB 248 114 143 -
CMYK 0 0.54 0.42 0.03
HSL 347.01º 0.91% 0.71% -
HSV(B) 347.01º 0.54% 0.97% -
XYZ 49.69 33.97 29.93 -
YUV 157.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 248 114 143 0 0.54 0.42 0.03 347.01 0.91 0.71
Hex F8 72 8F 0 36 2A 3 15B 5B 47
Octal 370 162 217 0 66 52 3 533 133 107
Binary 11111000 1110010 10001111 0 110110 101010 11 101011011 1011011 1000111

Color Harmonies of #F8728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8728F

Black with #F8728F

Text Example


Text Example

White with #F8728F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8728F; }

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

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

background-color css

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

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

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

border-color css

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

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

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