Html Css Color HEX #F8708D Deep Blush

📋 copy color: '#F8708D'

red 248 ◦ green 112 ◦ blue 141

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

Shades of Deep Blush #F8708D

Tints of Deep Blush #F8708D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.36%

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

R = 49.5%
G = 22.36%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8708D (or 0xF8708D) is known color: Deep Blush. HEX triplet: F8, 70 and 8D. RGB value is (248,112,141). Sum of RGB (Red+Green+Blue) = 248+112+141=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F8708D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8708D is #078F72. Grayscale: #9B9B9B. Windows color (decimal): -495475 or 9269496. OLE color: 9269496.

HSL color Cylindrical-coordinate representation of color #F8708D: hue angle of 347.21º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8708D is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 112 141 -
CMYK 0 0.55 0.43 0.03
HSL 347.21º 0.91% 0.71% -
HSV(B) 347.21º 0.55% 0.97% -
XYZ 49.31 33.47 29.06 -
YUV 155.97 119.56 193.64 -
System Red Green Blue C M Y K H S L
Decimal 248 112 141 0 0.55 0.43 0.03 347.21 0.91 0.71
Hex F8 70 8D 0 37 2B 3 15B 5B 47
Octal 370 160 215 0 67 53 3 533 133 107
Binary 11111000 1110000 10001101 0 110111 101011 11 101011011 1011011 1000111

Color Harmonies of #F8708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8708D

Black with #F8708D

Text Example


Text Example

White with #F8708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8708D; }

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

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

background-color css

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

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

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

border-color css

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

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

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