Html Css Color HEX #F8728C Deep Blush

📋 copy color: '#F8728C'

red 248 ◦ green 114 ◦ blue 140

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

Shades of Deep Blush #F8728C

Tints of Deep Blush #F8728C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.89%

R = 49.4%
G = 22.71%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8728C (or 0xF8728C) is known color: Deep Blush. HEX triplet: F8, 72 and 8C. RGB value is (248,114,140). Sum of RGB (Red+Green+Blue) = 248+114+140=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F8728C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8728C is #078D73. Grayscale: #9D9D9D. Windows color (decimal): -494964 or 9204472. OLE color: 9204472.

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

Color convert

RGB 248 114 140 -
CMYK 0 0.54 0.44 0.03
HSL 348.36º 0.91% 0.71% -
HSV(B) 348.36º 0.54% 0.97% -
XYZ 49.46 33.88 28.74 -
YUV 157.03 118.39 192.89 -
System Red Green Blue C M Y K H S L
Decimal 248 114 140 0 0.54 0.44 0.03 348.36 0.91 0.71
Hex F8 72 8C 0 36 2C 3 15C 5B 47
Octal 370 162 214 0 66 54 3 534 133 107
Binary 11111000 1110010 10001100 0 110110 101100 11 101011100 1011011 1000111

Color Harmonies of #F8728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8728C

Black with #F8728C

Text Example


Text Example

White with #F8728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8728C; }

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

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

background-color css

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

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

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

border-color css

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

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

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