#F2B0F9

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

Shades of Mauve #F2B0F9

Tints of Mauve #F2B0F9

Color information

#F2B0F9 (or 0xF2B0F9) is unknown color: approx Mauve. HEX triplet: F2, B0 and F9. RGB value is (242,176,249). Sum of RGB (Red+Green+Blue) = 242+176+249=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 176 (69.14% from 255 or 26.39% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2B0F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2B0F9 is #0D4F06. Grayscale: #CBCBCB. Windows color (decimal): -872199 or 16363762. OLE color: 16363762.

HSL color Cylindrical-coordinate representation of color #F2B0F9: hue angle of 294.25º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2B0F9 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242176249-
CMYK0.030.2900.02
HSL294.25º85.88%83.33%-
HSV(B)294.25º29.32%97.65%-
XYZ69.2456.7796.93-
YUV204.06153.37155.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.28%
GREEN value IS 176 (69.14% from 255) = 26.39%
BLUE value IS 249 (97.66% from 255) = 37.33%
R=36.28%
G=26.39%
B=37.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421762490.030.2900.02294.2585.8883.33
HexF2B0F931D021265653
Octal36226037133502446126123
Binary111100101011000011111001111110101010010011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B0F9; }

 p { color: rgb(242,176,249); }

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

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

 a { background-color: rgb(242,176,249); }

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

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

 span { border-color: rgb(242,176,249); }

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