#F18DA8

Color #F18DA8 Mauvelous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauvelous #F18DA8

Tints of Mauvelous #F18DA8

Color information

#F18DA8 (or 0xF18DA8) is unknown color: approx Mauvelous. HEX triplet: F1, 8D and A8. RGB value is (241,141,168). Sum of RGB (Red+Green+Blue) = 241+141+168=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18DA8 is #0E7257. Grayscale: #ADADAD. Windows color (decimal): -946776 or 11046385. OLE color: 11046385.

HSL color Cylindrical-coordinate representation of color #F18DA8: hue angle of 343.8º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18DA8 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB241141168-
CMYK00.410.300.05
HSL343.8º78.12%74.9%-
HSV(B)343.8º41.49%94.51%-
XYZ52.8740.5842.09-
YUV173.98124.63175.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.82%
GREEN value IS 141 (55.47% from 255) = 25.64%
BLUE value IS 168 (66.02% from 255) = 30.55%
R=43.82%
G=25.64%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114116800.410.300.05343.878.1274.9
HexF18DA80291E51584e4b
Octal361215250051365530116113
Binary11110001100011011010100001010011111010110101100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18DA8; }

 p { color: rgb(241,141,168); }

 H1.HeaderClassName
 {
   color: #F18DA8;
 }
 .AnyTagClassName
 {
   color: #F18DA8;
 }
</style>
background-color css

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

 a { background-color: rgb(241,141,168); }

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

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

 span { border-color: rgb(241,141,168); }

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