#F19DA8

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

Shades of Mauvelous #F19DA8

Tints of Mauvelous #F19DA8

Color information

#F19DA8 (or 0xF19DA8) is unknown color: approx Mauvelous. HEX triplet: F1, 9D and A8. RGB value is (241,157,168). Sum of RGB (Red+Green+Blue) = 241+157+168=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19DA8 is #0E6257. Grayscale: #B7B7B7. Windows color (decimal): -942680 or 11050481. OLE color: 11050481.

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

Color convert

RGB241157168-
CMYK00.350.300.05
HSL352.14º75%78.04%-
HSV(B)352.14º34.85%94.51%-
XYZ55.445.6442.94-
YUV183.37119.33169.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.58%
GREEN value IS 157 (61.72% from 255) = 27.74%
BLUE value IS 168 (66.02% from 255) = 29.68%
R=42.58%
G=27.74%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115716800.350.300.05352.147578.04
HexF19DA80231E51604b4e
Octal361235250043365540113116
Binary11110001100111011010100001000111111010110110000010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DA8; }

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

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

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

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

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

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

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

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