Html Css Color HEX #F8988F Mona Lisa

📋 copy color: '#F8988F'

red 248 ◦ green 152 ◦ blue 143

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

Shades of Mona Lisa #F8988F

Tints of Mona Lisa #F8988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.99%

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

R = 45.67%
G = 27.99%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F8988F (or 0xF8988F) is known color: Mona Lisa. HEX triplet: F8, 98 and 8F. RGB value is (248,152,143). Sum of RGB (Red+Green+Blue) = 248+152+143=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F8988F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8988F is #076770. Grayscale: #B3B3B3. Windows color (decimal): -485233 or 9410808. OLE color: 9410808.

HSL color Cylindrical-coordinate representation of color #F8988F: hue angle of 5.14º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F8988F is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 152 143 -
CMYK 0 0.39 0.42 0.03
HSL 5.14º 0.88% 0.77% -
HSV(B) 5.14º 0.42% 0.97% -
XYZ 54.9 44.4 31.66 -
YUV 179.68 107.3 176.73 -
System Red Green Blue C M Y K H S L
Decimal 248 152 143 0 0.39 0.42 0.03 5.14 0.88 0.77
Hex F8 98 8F 0 27 2A 3 5 58 4D
Octal 370 230 217 0 47 52 3 5 130 115
Binary 11111000 10011000 10001111 0 100111 101010 11 101 1011000 1001101

Color Harmonies of #F8988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8988F

Black with #F8988F

Text Example


Text Example

White with #F8988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8988F; }

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

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

background-color css

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

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

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

border-color css

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

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

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