Html Css Color HEX #F19FFF Mauve

📋 copy color: '#F19FFF'

red 241 ◦ green 159 ◦ blue 255

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

Shades of Mauve #F19FFF

Tints of Mauve #F19FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.93%

R = 36.79%
G = 24.27%
B = 38.93%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F19FFF (or 0xF19FFF) is known color: Mauve. HEX triplet: F1, 9F and FF. RGB value is (241,159,255). Sum of RGB (Red+Green+Blue) = 241+159+255=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 159 (62.5% from 255 or 24.27% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #F19FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19FFF is #0E6000. Grayscale: #C2C2C2. Windows color (decimal): -942081 or 16752625. OLE color: 16752625.

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

Color convert

RGB 241 159 255 -
CMYK 0.05 0.38 0 0
HSL 291.25º 1% 0.81% -
HSV(B) 291.25º 0.38% 1% -
XYZ 66.72 50.72 100.88 -
YUV 194.46 162.17 161.19 -
System Red Green Blue C M Y K H S L
Decimal 241 159 255 0.05 0.38 0 0 291.25 1 0.81
Hex F1 9F FF 5 26 0 0 123 64 51
Octal 361 237 377 5 46 0 0 443 144 121
Binary 11110001 10011111 11111111 101 100110 0 0 100100011 1100100 1010001

Color Harmonies of #F19FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19FFF

Black with #F19FFF

Text Example


Text Example

White with #F19FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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