#F09CA7

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

Shades of Mauvelous #F09CA7

Tints of Mauvelous #F09CA7

Color information

#F09CA7 (or 0xF09CA7) is unknown color: approx Mauvelous. HEX triplet: F0, 9C and A7. RGB value is (240,156,167). Sum of RGB (Red+Green+Blue) = 240+156+167=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 167 (65.62% from 255 or 29.66% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09CA7 is #0F6358. Grayscale: #B6B6B6. Windows color (decimal): -1008473 or 10984688. OLE color: 10984688.

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

Color convert

RGB240156167-
CMYK00.350.300.06
HSL352.14º73.68%77.65%-
HSV(B)352.14º35%94.12%-
XYZ54.845.0942.37-
YUV182.37119.33169.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.63%
GREEN value IS 156 (61.33% from 255) = 27.71%
BLUE value IS 167 (65.62% from 255) = 29.66%
R=42.63%
G=27.71%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015616700.350.300.06352.1473.6877.65
HexF09CA70231E61604a4e
Octal360234247043366540112116
Binary11110000100111001010011101000111111011010110000010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09CA7; }

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

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

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

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

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

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

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

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