Html Css Color HEX #FF9488 Mona Lisa

📋 copy color: '#FF9488'

red 255 ◦ green 148 ◦ blue 136

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

Shades of Mona Lisa #FF9488

Tints of Mona Lisa #FF9488

RGB

 RED value IS 255 (100% from 255) = 47.31%

 GREEN value IS 148 (58.2% from 255) = 27.46%

 BLUE value IS 136 (53.52% from 255) = 25.23%

R = 47.31%
G = 27.46%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF9488 (or 0xFF9488) is known color: Mona Lisa. HEX triplet: FF, 94 and 88. RGB value is (255,148,136). Sum of RGB (Red+Green+Blue) = 255+148+136=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 136 (53.52% from 255 or 25.23% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9488 is #006B77. Grayscale: #B2B2B2. Windows color (decimal): -27512 or 8951039. OLE color: 8951039.

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

Color convert

RGB 255 148 136 -
CMYK 0 0.42 0.47 0
HSL 6.05º 1% 0.77% -
HSV(B) 6.05º 0.47% 1% -
XYZ 56.27 44.22 28.86 -
YUV 178.63 103.95 182.48 -
System Red Green Blue C M Y K H S L
Decimal 255 148 136 0 0.42 0.47 0 6.05 1 0.77
Hex FF 94 88 0 2A 2F 0 6 64 4D
Octal 377 224 210 0 52 57 0 6 144 115
Binary 11111111 10010100 10001000 0 101010 101111 0 110 1100100 1001101

Color Harmonies of #FF9488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9488

Black with #FF9488

Text Example


Text Example

White with #FF9488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9488; }

 p { color: rgb(255,148,136); }

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

background-color css

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

 a { background-color: rgb(255,148,136); }

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

border-color css

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

 span { border-color: rgb(255,148,136); }

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