Html Css Color HEX #F68F82 Mona Lisa

📋 copy color: '#F68F82'

red 246 ◦ green 143 ◦ blue 130

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

Shades of Mona Lisa #F68F82

Tints of Mona Lisa #F68F82

RGB

 RED value IS 246 (96.48% from 255) = 47.4%

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

 BLUE value IS 130 (51.17% from 255) = 25.05%

R = 47.4%
G = 27.55%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F68F82 (or 0xF68F82) is known color: Mona Lisa. HEX triplet: F6, 8F and 82. RGB value is (246,143,130). Sum of RGB (Red+Green+Blue) = 246+143+130=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68F82 is #09707D. Grayscale: #ACACAC. Windows color (decimal): -618622 or 8556534. OLE color: 8556534.

HSL color Cylindrical-coordinate representation of color #F68F82: hue angle of 6.72º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F68F82 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 143 130 -
CMYK 0 0.42 0.47 0.04
HSL 6.72º 0.87% 0.74% -
HSV(B) 6.72º 0.47% 0.96% -
XYZ 51.86 40.85 26.27 -
YUV 172.32 104.12 180.56 -
System Red Green Blue C M Y K H S L
Decimal 246 143 130 0 0.42 0.47 0.04 6.72 0.87 0.74
Hex F6 8F 82 0 2A 2F 4 7 57 4A
Octal 366 217 202 0 52 57 4 7 127 112
Binary 11110110 10001111 10000010 0 101010 101111 100 111 1010111 1001010

Color Harmonies of #F68F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68F82

Black with #F68F82

Text Example


Text Example

White with #F68F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68F82; }

 p { color: rgb(246,143,130); }

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

background-color css

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

 a { background-color: rgb(246,143,130); }

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

border-color css

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

 span { border-color: rgb(246,143,130); }

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