Html Css Color HEX #F0A9FA Mauve

📋 copy color: '#F0A9FA'

red 240 ◦ green 169 ◦ blue 250

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

Shades of Mauve #F0A9FA

Tints of Mauve #F0A9FA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 25.64%

 BLUE value IS 250 (98.05% from 255) = 37.94%

R = 36.42%
G = 25.64%
B = 37.94%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0A9FA (or 0xF0A9FA) is known color: Mauve. HEX triplet: F0, A9 and FA. RGB value is (240,169,250). Sum of RGB (Red+Green+Blue) = 240+169+250=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 169 (66.41% from 255 or 25.64% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0A9FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A9FA is #0F5605. Grayscale: #C7C7C7. Windows color (decimal): -1005062 or 16427504. OLE color: 16427504.

HSL color Cylindrical-coordinate representation of color #F0A9FA: hue angle of 292.59º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A9FA is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 169 250 -
CMYK 0.04 0.32 0 0.02
HSL 292.59º 0.89% 0.82% -
HSV(B) 292.59º 0.32% 0.98% -
XYZ 67.38 53.8 97.28 -
YUV 199.46 156.52 156.91 -
System Red Green Blue C M Y K H S L
Decimal 240 169 250 0.04 0.32 0 0.02 292.59 0.89 0.82
Hex F0 A9 FA 4 20 0 2 125 59 52
Octal 360 251 372 4 40 0 2 445 131 122
Binary 11110000 10101001 11111010 100 100000 0 10 100100101 1011001 1010010

Color Harmonies of #F0A9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A9FA

Black with #F0A9FA

Text Example


Text Example

White with #F0A9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A9FA; }

 p { color: rgb(240,169,250); }

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

background-color css

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

 a { background-color: rgb(240,169,250); }

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

border-color css

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

 span { border-color: rgb(240,169,250); }

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