Html Css Color HEX #F69C94 Mona Lisa

📋 copy color: '#F69C94'

red 246 ◦ green 156 ◦ blue 148

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

Shades of Mona Lisa #F69C94

Tints of Mona Lisa #F69C94

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.36%

 BLUE value IS 148 (58.2% from 255) = 26.91%

R = 44.73%
G = 28.36%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F69C94 (or 0xF69C94) is known color: Mona Lisa. HEX triplet: F6, 9C and 94. RGB value is (246,156,148). Sum of RGB (Red+Green+Blue) = 246+156+148=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69C94 is #09636B. Grayscale: #B6B6B6. Windows color (decimal): -615276 or 9739510. OLE color: 9739510.

HSL color Cylindrical-coordinate representation of color #F69C94: hue angle of 4.9º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F69C94 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 156 148 -
CMYK 0 0.37 0.40 0.04
HSL 4.9º 0.84% 0.77% -
HSV(B) 4.9º 0.4% 0.96% -
XYZ 55.24 45.51 33.89 -
YUV 182 108.82 173.65 -
System Red Green Blue C M Y K H S L
Decimal 246 156 148 0 0.37 0.40 0.04 4.9 0.84 0.77
Hex F6 9C 94 0 25 28 4 5 54 4D
Octal 366 234 224 0 45 50 4 5 124 115
Binary 11110110 10011100 10010100 0 100101 101000 100 101 1010100 1001101

Color Harmonies of #F69C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69C94

Black with #F69C94

Text Example


Text Example

White with #F69C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69C94; }

 p { color: rgb(246,156,148); }

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

background-color css

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

 a { background-color: rgb(246,156,148); }

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

border-color css

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

 span { border-color: rgb(246,156,148); }

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