Html Css Color HEX #F2A0FE Mauve

📋 copy color: '#F2A0FE'

red 242 ◦ green 160 ◦ blue 254

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

Shades of Mauve #F2A0FE

Tints of Mauve #F2A0FE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 24.39%

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

R = 36.89%
G = 24.39%
B = 38.72%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F2A0FE (or 0xF2A0FE) is known color: Mauve. HEX triplet: F2, A0 and FE. RGB value is (242,160,254). Sum of RGB (Red+Green+Blue) = 242+160+254=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 160 (62.89% from 255 or 24.39% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2A0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A0FE is #0D5F01. Grayscale: #C2C2C2. Windows color (decimal): -876290 or 16687346. OLE color: 16687346.

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

Color convert

RGB 242 160 254 -
CMYK 0.05 0.37 0 0.00
HSL 292.34º 0.98% 0.81% -
HSV(B) 292.34º 0.37% 1% -
XYZ 67.08 51.17 100.11 -
YUV 195.23 161.17 161.36 -
System Red Green Blue C M Y K H S L
Decimal 242 160 254 0.05 0.37 0 0.00 292.34 0.98 0.81
Hex F2 A0 FE 5 25 0 0 124 62 51
Octal 362 240 376 5 45 0 0 444 142 121
Binary 11110010 10100000 11111110 101 100101 0 0 100100100 1100010 1010001

Color Harmonies of #F2A0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A0FE

Black with #F2A0FE

Text Example


Text Example

White with #F2A0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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