Html Css Color HEX #F0A6FF Mauve

📋 copy color: '#F0A6FF'

red 240 ◦ green 166 ◦ blue 255

#F0A6FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #F0A6FF

Tints of Mauve #F0A6FF

RGB

 RED value IS 240 (94.14% from 255) = 36.31%

 GREEN value IS 166 (65.23% from 255) = 25.11%

 BLUE value IS 255 (100% from 255) = 38.58%

R = 36.31%
G = 25.11%
B = 38.58%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F0A6FF (or 0xF0A6FF) is known color: Mauve. HEX triplet: F0, A6 and FF. RGB value is (240,166,255). Sum of RGB (Red+Green+Blue) = 240+166+255=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 166 (65.23% from 255 or 25.11% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0A6FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A6FF is #0F5900. Grayscale: #C5C5C5. Windows color (decimal): -1005825 or 16754416. OLE color: 16754416.

HSL color Cylindrical-coordinate representation of color #F0A6FF: hue angle of 289.89º 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 #F0A6FF is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 166 255 -
CMYK 0.06 0.35 0 0
HSL 289.89º 1% 0.83% -
HSV(B) 289.89º 0.35% 1% -
XYZ 67.62 53.02 101.28 -
YUV 198.27 160.02 157.76 -
System Red Green Blue C M Y K H S L
Decimal 240 166 255 0.06 0.35 0 0 289.89 1 0.83
Hex F0 A6 FF 6 23 0 0 122 64 53
Octal 360 246 377 6 43 0 0 442 144 123
Binary 11110000 10100110 11111111 110 100011 0 0 100100010 1100100 1010011

Color Harmonies of #F0A6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A6FF

Black with #F0A6FF

Text Example


Text Example

White with #F0A6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A6FF; }

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

 H1.HeaderClassName
 {
   color: #F0A6FF;
 }
 .AnyTagClassName
 {
   color: #F0A6FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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