Html Css Color HEX #F2A9FE Mauve

📋 copy color: '#F2A9FE'

red 242 ◦ green 169 ◦ blue 254

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

Shades of Mauve #F2A9FE

Tints of Mauve #F2A9FE

RGB

 RED value IS 242 (94.92% from 255) = 36.39%

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

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

R = 36.39%
G = 25.41%
B = 38.2%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F2A9FE (or 0xF2A9FE) is known color: Mauve. HEX triplet: F2, A9 and FE. RGB value is (242,169,254). Sum of RGB (Red+Green+Blue) = 242+169+254=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 169 (66.41% from 255 or 25.41% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2A9FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A9FE is #0D5601. Grayscale: #C8C8C8. Windows color (decimal): -873986 or 16689650. OLE color: 16689650.

HSL color Cylindrical-coordinate representation of color #F2A9FE: hue angle of 291.53º 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 #F2A9FE is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 169 254 -
CMYK 0.05 0.33 0 0.00
HSL 291.53º 0.98% 0.83% -
HSV(B) 291.53º 0.33% 1% -
XYZ 68.7 54.41 100.65 -
YUV 200.52 158.18 157.59 -
System Red Green Blue C M Y K H S L
Decimal 242 169 254 0.05 0.33 0 0.00 291.53 0.98 0.83
Hex F2 A9 FE 5 21 0 0 124 62 53
Octal 362 251 376 5 41 0 0 444 142 123
Binary 11110010 10101001 11111110 101 100001 0 0 100100100 1100010 1010011

Color Harmonies of #F2A9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A9FE

Black with #F2A9FE

Text Example


Text Example

White with #F2A9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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