Html Css Color HEX #F2A5FE Mauve

📋 copy color: '#F2A5FE'

red 242 ◦ green 165 ◦ blue 254

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

Shades of Mauve #F2A5FE

Tints of Mauve #F2A5FE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 24.96%

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

R = 36.61%
G = 24.96%
B = 38.43%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F2A5FE (or 0xF2A5FE) is known color: Mauve. HEX triplet: F2, A5 and FE. RGB value is (242,165,254). Sum of RGB (Red+Green+Blue) = 242+165+254=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 165 (64.84% from 255 or 24.96% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2A5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A5FE is #0D5A01. Grayscale: #C5C5C5. Windows color (decimal): -875010 or 16688626. OLE color: 16688626.

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

Color convert

RGB 242 165 254 -
CMYK 0.05 0.35 0 0.00
HSL 291.91º 0.98% 0.82% -
HSV(B) 291.91º 0.35% 1% -
XYZ 67.96 52.94 100.4 -
YUV 198.17 159.51 159.26 -
System Red Green Blue C M Y K H S L
Decimal 242 165 254 0.05 0.35 0 0.00 291.91 0.98 0.82
Hex F2 A5 FE 5 23 0 0 124 62 52
Octal 362 245 376 5 43 0 0 444 142 122
Binary 11110010 10100101 11111110 101 100011 0 0 100100100 1100010 1010010

Color Harmonies of #F2A5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A5FE

Black with #F2A5FE

Text Example


Text Example

White with #F2A5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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