Html Css Color HEX #F2A9FF Mauve

📋 copy color: '#F2A9FF'

red 242 ◦ green 169 ◦ blue 255

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

Shades of Mauve #F2A9FF

Tints of Mauve #F2A9FF

RGB

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

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

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

R = 36.34%
G = 25.38%
B = 38.29%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F2A9FF (or 0xF2A9FF) is known color: Mauve. HEX triplet: F2, A9 and FF. RGB value is (242,169,255). Sum of RGB (Red+Green+Blue) = 242+169+255=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 169 (66.41% from 255 or 25.38% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2A9FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A9FF is #0D5600. Grayscale: #C8C8C8. Windows color (decimal): -873985 or 16755186. OLE color: 16755186.

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

Color convert

RGB 242 169 255 -
CMYK 0.05 0.34 0 0
HSL 290.93º 1% 0.83% -
HSV(B) 290.93º 0.34% 1% -
XYZ 68.86 54.47 101.49 -
YUV 200.63 158.68 157.51 -
System Red Green Blue C M Y K H S L
Decimal 242 169 255 0.05 0.34 0 0 290.93 1 0.83
Hex F2 A9 FF 5 22 0 0 123 64 53
Octal 362 251 377 5 42 0 0 443 144 123
Binary 11110010 10101001 11111111 101 100010 0 0 100100011 1100100 1010011

Color Harmonies of #F2A9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A9FF

Black with #F2A9FF

Text Example


Text Example

White with #F2A9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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