#F2AFFF

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

Shades of Mauve #F2AFFF

Tints of Mauve #F2AFFF

Color information

#F2AFFF (or 0xF2AFFF) is unknown color: approx Mauve. HEX triplet: F2, AF and FF. RGB value is (242,175,255). Sum of RGB (Red+Green+Blue) = 242+175+255=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 175 (68.75% from 255 or 26.04% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2AFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AFFF is #0D5000. Grayscale: #CBCBCB. Windows color (decimal): -872449 or 16756722. OLE color: 16756722.

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

Color convert

RGB242175255-
CMYK0.050.3100
HSL290.25º100%84.31%-
HSV(B)290.25º31.37%100%-
XYZ7056.76101.87-
YUV204.15156.7155-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.01%
GREEN value IS 175 (68.75% from 255) = 26.04%
BLUE value IS 255 (100% from 255) = 37.95%
R=36.01%
G=26.04%
B=37.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421752550.050.3100290.2510084.31
HexF2AFFF51F001226454
Octal36225737753700442144124
Binary111100101010111111111111101111110010010001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFFF; }

 p { color: rgb(242,175,255); }

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

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

 a { background-color: rgb(242,175,255); }

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

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

 span { border-color: rgb(242,175,255); }

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