#F09CA6

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

Shades of Mauvelous #F09CA6

Tints of Mauvelous #F09CA6

Color information

#F09CA6 (or 0xF09CA6) is unknown color: approx Mauvelous. HEX triplet: F0, 9C and A6. RGB value is (240,156,166). Sum of RGB (Red+Green+Blue) = 240+156+166=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09CA6 is #0F6359. Grayscale: #B6B6B6. Windows color (decimal): -1008474 or 10919152. OLE color: 10919152.

HSL color Cylindrical-coordinate representation of color #F09CA6: hue angle of 352.86º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09CA6 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB240156166-
CMYK00.350.310.06
HSL352.86º73.68%77.65%-
HSV(B)352.86º35%94.12%-
XYZ54.7145.0641.89-
YUV182.26118.83169.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.70%
GREEN value IS 156 (61.33% from 255) = 27.76%
BLUE value IS 166 (65.23% from 255) = 29.54%
R=42.70%
G=27.76%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015616600.350.310.06352.8673.6877.65
HexF09CA60231F61614a4e
Octal360234246043376541112116
Binary11110000100111001010011001000111111111010110000110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09CA6; }

 p { color: rgb(240,156,166); }

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

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

 a { background-color: rgb(240,156,166); }

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

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

 span { border-color: rgb(240,156,166); }

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