#F19DA7

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

Shades of Mauvelous #F19DA7

Tints of Mauvelous #F19DA7

Color information

#F19DA7 (or 0xF19DA7) is unknown color: approx Mauvelous. HEX triplet: F1, 9D and A7. RGB value is (241,157,167). Sum of RGB (Red+Green+Blue) = 241+157+167=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 167 (65.62% from 255 or 29.56% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19DA7 is #0E6258. Grayscale: #B7B7B7. Windows color (decimal): -942681 or 10984945. OLE color: 10984945.

HSL color Cylindrical-coordinate representation of color #F19DA7: hue angle of 352.86º 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 #F19DA7 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB241157167-
CMYK00.350.310.05
HSL352.86º75%78.04%-
HSV(B)352.86º34.85%94.51%-
XYZ55.3145.642.45-
YUV183.26118.83169.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.65%
GREEN value IS 157 (61.72% from 255) = 27.79%
BLUE value IS 167 (65.62% from 255) = 29.56%
R=42.65%
G=27.79%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115716700.350.310.05352.867578.04
HexF19DA70231F51614b4e
Octal361235247043375541113116
Binary11110001100111011010011101000111111110110110000110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DA7; }

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

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

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

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

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

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

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

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