Html Css Color HEX #F99995 Mona Lisa

📋 copy color: '#F99995'

red 249 ◦ green 153 ◦ blue 149

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

Shades of Mona Lisa #F99995

Tints of Mona Lisa #F99995

RGB

 RED value IS 249 (97.66% from 255) = 45.19%

 GREEN value IS 153 (60.16% from 255) = 27.77%

 BLUE value IS 149 (58.59% from 255) = 27.04%

R = 45.19%
G = 27.77%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F99995 (or 0xF99995) is known color: Mona Lisa. HEX triplet: F9, 99 and 95. RGB value is (249,153,149). Sum of RGB (Red+Green+Blue) = 249+153+149=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F99995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99995 is #06666A. Grayscale: #B5B5B5. Windows color (decimal): -419435 or 9804281. OLE color: 9804281.

HSL color Cylindrical-coordinate representation of color #F99995: hue angle of 2.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F99995 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 153 149 -
CMYK 0 0.39 0.40 0.02
HSL 2.4º 0.89% 0.78% -
HSV(B) 2.4º 0.4% 0.98% -
XYZ 55.88 45.09 34.19 -
YUV 181.25 109.8 176.33 -
System Red Green Blue C M Y K H S L
Decimal 249 153 149 0 0.39 0.40 0.02 2.4 0.89 0.78
Hex F9 99 95 0 27 28 2 2 59 4E
Octal 371 231 225 0 47 50 2 2 131 116
Binary 11111001 10011001 10010101 0 100111 101000 10 10 1011001 1001110

Color Harmonies of #F99995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99995

Black with #F99995

Text Example


Text Example

White with #F99995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99995; }

 p { color: rgb(249,153,149); }

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

background-color css

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

 a { background-color: rgb(249,153,149); }

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

border-color css

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

 span { border-color: rgb(249,153,149); }

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