Html Css Color HEX #F29FFE Mauve

📋 copy color: '#F29FFE'

red 242 ◦ green 159 ◦ blue 254

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

Shades of Mauve #F29FFE

Tints of Mauve #F29FFE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 24.27%

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

R = 36.95%
G = 24.27%
B = 38.78%

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

#F29FFE (or 0xF29FFE) is known color: Mauve. HEX triplet: F2, 9F and FE. RGB value is (242,159,254). Sum of RGB (Red+Green+Blue) = 242+159+254=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 159 (62.5% from 255 or 24.27% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #F29FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29FFE is #0D6001. Grayscale: #C2C2C2. Windows color (decimal): -876546 or 16687090. OLE color: 16687090.

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

Color convert

RGB 242 159 254 -
CMYK 0.05 0.37 0 0.00
HSL 292.42º 0.98% 0.81% -
HSV(B) 292.42º 0.37% 1% -
XYZ 66.91 50.83 100.05 -
YUV 194.65 161.5 161.78 -
System Red Green Blue C M Y K H S L
Decimal 242 159 254 0.05 0.37 0 0.00 292.42 0.98 0.81
Hex F2 9F FE 5 25 0 0 124 62 51
Octal 362 237 376 5 45 0 0 444 142 121
Binary 11110010 10011111 11111110 101 100101 0 0 100100100 1100010 1010001

Color Harmonies of #F29FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29FFE

Black with #F29FFE

Text Example


Text Example

White with #F29FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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