#F0A7FF

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

Shades of Mauve #F0A7FF

Tints of Mauve #F0A7FF

Color information

#F0A7FF (or 0xF0A7FF) is unknown color: approx Mauve. HEX triplet: F0, A7 and FF. RGB value is (240,167,255). Sum of RGB (Red+Green+Blue) = 240+167+255=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 167 (65.62% from 255 or 25.23% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0A7FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A7FF is #0F5800. Grayscale: #C6C6C6. Windows color (decimal): -1005569 or 16754672. OLE color: 16754672.

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

Color convert

RGB240167255-
CMYK0.060.3500
HSL289.77º100%82.75%-
HSV(B)289.77º34.51%100%-
XYZ67.853.38101.34-
YUV198.86159.68157.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.25%
GREEN value IS 167 (65.62% from 255) = 25.23%
BLUE value IS 255 (100% from 255) = 38.52%
R=36.25%
G=25.23%
B=38.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401672550.060.3500289.7710082.75
HexF0A7FF623001226453
Octal36024737764300442144123
Binary1111000010100111111111111101000110010010001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A7FF; }

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

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

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

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

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

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

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

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