Html Css Color HEX #F98F85 Mona Lisa

📋 copy color: '#F98F85'

red 249 ◦ green 143 ◦ blue 133

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

Shades of Mona Lisa #F98F85

Tints of Mona Lisa #F98F85

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.24%

 BLUE value IS 133 (52.34% from 255) = 25.33%

R = 47.43%
G = 27.24%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F98F85 (or 0xF98F85) is known color: Mona Lisa. HEX triplet: F9, 8F and 85. RGB value is (249,143,133). Sum of RGB (Red+Green+Blue) = 249+143+133=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98F85 is #06707A. Grayscale: #ADADAD. Windows color (decimal): -422011 or 8753145. OLE color: 8753145.

HSL color Cylindrical-coordinate representation of color #F98F85: hue angle of 5.17º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F98F85 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 143 133 -
CMYK 0 0.43 0.47 0.02
HSL 5.17º 0.91% 0.75% -
HSV(B) 5.17º 0.47% 0.98% -
XYZ 53.12 41.48 27.4 -
YUV 173.55 105.12 181.81 -
System Red Green Blue C M Y K H S L
Decimal 249 143 133 0 0.43 0.47 0.02 5.17 0.91 0.75
Hex F9 8F 85 0 2B 2F 2 5 5B 4B
Octal 371 217 205 0 53 57 2 5 133 113
Binary 11111001 10001111 10000101 0 101011 101111 10 101 1011011 1001011

Color Harmonies of #F98F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98F85

Black with #F98F85

Text Example


Text Example

White with #F98F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98F85; }

 p { color: rgb(249,143,133); }

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

background-color css

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

 a { background-color: rgb(249,143,133); }

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

border-color css

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

 span { border-color: rgb(249,143,133); }

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