Html Css Color HEX #F19FFE Mauve

📋 copy color: '#F19FFE'

red 241 ◦ green 159 ◦ blue 254

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

Shades of Mauve #F19FFE

Tints of Mauve #F19FFE

RGB

 RED value IS 241 (94.53% from 255) = 36.85%

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

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

R = 36.85%
G = 24.31%
B = 38.84%

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

#F19FFE (or 0xF19FFE) is known color: Mauve. HEX triplet: F1, 9F and FE. RGB value is (241,159,254). Sum of RGB (Red+Green+Blue) = 241+159+254=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 159 (62.5% from 255 or 24.31% 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 #F19FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19FFE is #0E6001. Grayscale: #C2C2C2. Windows color (decimal): -942082 or 16687089. OLE color: 16687089.

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

Color convert

RGB 241 159 254 -
CMYK 0.05 0.37 0 0.00
HSL 291.79º 0.98% 0.81% -
HSV(B) 291.79º 0.37% 1% -
XYZ 66.56 50.65 100.03 -
YUV 194.35 161.67 161.28 -
System Red Green Blue C M Y K H S L
Decimal 241 159 254 0.05 0.37 0 0.00 291.79 0.98 0.81
Hex F1 9F FE 5 25 0 0 124 62 51
Octal 361 237 376 5 45 0 0 444 142 121
Binary 11110001 10011111 11111110 101 100101 0 0 100100100 1100010 1010001

Color Harmonies of #F19FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19FFE

Black with #F19FFE

Text Example


Text Example

White with #F19FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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