#F296A8

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

Shades of Mauvelous #F296A8

Tints of Mauvelous #F296A8

Color information

#F296A8 (or 0xF296A8) is unknown color: approx Mauvelous. HEX triplet: F2, 96 and A8. RGB value is (242,150,168). Sum of RGB (Red+Green+Blue) = 242+150+168=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F296A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F296A8 is #0D6957. Grayscale: #B3B3B3. Windows color (decimal): -878936 or 11048690. OLE color: 11048690.

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

Color convert

RGB242150168-
CMYK00.380.310.05
HSL348.26º77.97%76.86%-
HSV(B)348.26º38.02%94.9%-
XYZ54.5943.5242.57-
YUV179.56121.48172.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.21%
GREEN value IS 150 (58.98% from 255) = 26.79%
BLUE value IS 168 (66.02% from 255) = 30%
R=43.21%
G=26.79%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215016800.380.310.05348.2677.9776.86
HexF296A80261F515c4e4d
Octal362226250046375534116115
Binary11110010100101101010100001001101111110110101110010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F296A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F296A8; }

 p { color: rgb(242,150,168); }

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

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

 a { background-color: rgb(242,150,168); }

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

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

 span { border-color: rgb(242,150,168); }

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