#F093A8

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

Shades of Mauvelous #F093A8

Tints of Mauvelous #F093A8

Color information

#F093A8 (or 0xF093A8) is unknown color: approx Mauvelous. HEX triplet: F0, 93 and A8. RGB value is (240,147,168). Sum of RGB (Red+Green+Blue) = 240+147+168=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F093A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F093A8 is #0F6C57. Grayscale: #B1B1B1. Windows color (decimal): -1010776 or 11047920. OLE color: 11047920.

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

Color convert

RGB240147168-
CMYK00.390.30.06
HSL346.45º75.61%75.88%-
HSV(B)346.45º38.75%94.12%-
XYZ53.4442.2242.38-
YUV177.2122.81172.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.24%
GREEN value IS 147 (57.81% from 255) = 26.49%
BLUE value IS 168 (66.02% from 255) = 30.27%
R=43.24%
G=26.49%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.3
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014716800.390.30.06346.4575.6175.88
HexF093A80271E615a4c4c
Octal360223250047366532114114
Binary11110000100100111010100001001111111011010101101010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F093A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F093A8; }

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

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

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

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

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

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

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

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