#F095A8

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

Shades of Mauvelous #F095A8

Tints of Mauvelous #F095A8

Color information

#F095A8 (or 0xF095A8) is unknown color: approx Mauvelous. HEX triplet: F0, 95 and A8. RGB value is (240,149,168). Sum of RGB (Red+Green+Blue) = 240+149+168=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F095A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F095A8 is #0F6A57. Grayscale: #B2B2B2. Windows color (decimal): -1010264 or 11048432. OLE color: 11048432.

HSL color Cylindrical-coordinate representation of color #F095A8: hue angle of 347.47º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F095A8 is Cyan = 0, Magento = 0.38, Yellow = 0.3 and Black (K on CMYK) = 0.06.

Color convert

RGB240149168-
CMYK00.380.30.06
HSL347.47º75.21%76.27%-
HSV(B)347.47º37.92%94.12%-
XYZ53.7542.8542.48-
YUV178.38122.15171.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.09%
GREEN value IS 149 (58.59% from 255) = 26.75%
BLUE value IS 168 (66.02% from 255) = 30.16%
R=43.09%
G=26.75%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.3
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014916800.380.30.06347.4775.2176.27
HexF095A80261E615b4b4c
Octal360225250046366533113114
Binary11110000100101011010100001001101111011010101101110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F095A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F095A8; }

 p { color: rgb(240,149,168); }

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

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

 a { background-color: rgb(240,149,168); }

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

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

 span { border-color: rgb(240,149,168); }

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