Html Css Color HEX #F29EFE Mauve

📋 copy color: '#F29EFE'

red 242 ◦ green 158 ◦ blue 254

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

Shades of Mauve #F29EFE

Tints of Mauve #F29EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 24.16%

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

R = 37%
G = 24.16%
B = 38.84%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F29EFE (or 0xF29EFE) is known color: Mauve. HEX triplet: F2, 9E and FE. RGB value is (242,158,254). Sum of RGB (Red+Green+Blue) = 242+158+254=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 158 (62.11% from 255 or 24.16% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #F29EFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29EFE is #0D6101. Grayscale: #C1C1C1. Windows color (decimal): -876802 or 16686834. OLE color: 16686834.

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

Color convert

RGB 242 158 254 -
CMYK 0.05 0.38 0 0.00
HSL 292.5º 0.98% 0.81% -
HSV(B) 292.5º 0.38% 1% -
XYZ 66.73 50.49 99.99 -
YUV 194.06 161.83 162.19 -
System Red Green Blue C M Y K H S L
Decimal 242 158 254 0.05 0.38 0 0.00 292.5 0.98 0.81
Hex F2 9E FE 5 26 0 0 124 62 51
Octal 362 236 376 5 46 0 0 444 142 121
Binary 11110010 10011110 11111110 101 100110 0 0 100100100 1100010 1010001

Color Harmonies of #F29EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29EFE

Black with #F29EFE

Text Example


Text Example

White with #F29EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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