#F188A8

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

Shades of Mauvelous #F188A8

Tints of Mauvelous #F188A8

Color information

#F188A8 (or 0xF188A8) is unknown color: approx Mauvelous. HEX triplet: F1, 88 and A8. RGB value is (241,136,168). Sum of RGB (Red+Green+Blue) = 241+136+168=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F188A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F188A8 is #0E7757. Grayscale: #ABABAB. Windows color (decimal): -948056 or 11045105. OLE color: 11045105.

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

Color convert

RGB241136168-
CMYK00.440.300.05
HSL341.71º78.95%73.92%-
HSV(B)341.71º43.57%94.51%-
XYZ52.1539.1441.85-
YUV171.04126.29177.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.22%
GREEN value IS 136 (53.52% from 255) = 24.95%
BLUE value IS 168 (66.02% from 255) = 30.83%
R=44.22%
G=24.95%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113616800.440.300.05341.7178.9573.92
HexF188A802C1E51564f4a
Octal361210250054365526117112
Binary11110001100010001010100001011001111010110101011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F188A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F188A8; }

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

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

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

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

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

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

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

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