Html Css Color HEX #F0A9FE Mauve

📋 copy color: '#F0A9FE'

red 240 ◦ green 169 ◦ blue 254

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

Shades of Mauve #F0A9FE

Tints of Mauve #F0A9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.31%

R = 36.2%
G = 25.49%
B = 38.31%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F0A9FE (or 0xF0A9FE) is known color: Mauve. HEX triplet: F0, A9 and FE. RGB value is (240,169,254). Sum of RGB (Red+Green+Blue) = 240+169+254=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 169 (66.41% from 255 or 25.49% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0A9FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A9FE is #0F5601. Grayscale: #C7C7C7. Windows color (decimal): -1005058 or 16689648. OLE color: 16689648.

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

Color convert

RGB 240 169 254 -
CMYK 0.06 0.33 0 0.00
HSL 290.12º 0.98% 0.83% -
HSV(B) 290.12º 0.33% 1% -
XYZ 68.01 54.06 100.62 -
YUV 199.92 158.52 156.59 -
System Red Green Blue C M Y K H S L
Decimal 240 169 254 0.06 0.33 0 0.00 290.12 0.98 0.83
Hex F0 A9 FE 6 21 0 0 122 62 53
Octal 360 251 376 6 41 0 0 442 142 123
Binary 11110000 10101001 11111110 110 100001 0 0 100100010 1100010 1010011

Color Harmonies of #F0A9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A9FE

Black with #F0A9FE

Text Example


Text Example

White with #F0A9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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