Html Css Color HEX #F19DFF Mauve

📋 copy color: '#F19DFF'

red 241 ◦ green 157 ◦ blue 255

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

Shades of Mauve #F19DFF

Tints of Mauve #F19DFF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.04%

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

R = 36.91%
G = 24.04%
B = 39.05%

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

#F19DFF (or 0xF19DFF) is known color: Mauve. HEX triplet: F1, 9D and FF. RGB value is (241,157,255). Sum of RGB (Red+Green+Blue) = 241+157+255=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 157 (61.72% from 255 or 24.04% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #F19DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19DFF is #0E6200. Grayscale: #C0C0C0. Windows color (decimal): -942593 or 16752113. OLE color: 16752113.

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

Color convert

RGB 241 157 255 -
CMYK 0.05 0.38 0 0
HSL 291.43º 1% 0.81% -
HSV(B) 291.43º 0.38% 1% -
XYZ 66.38 50.03 100.77 -
YUV 193.29 162.83 162.03 -
System Red Green Blue C M Y K H S L
Decimal 241 157 255 0.05 0.38 0 0 291.43 1 0.81
Hex F1 9D FF 5 26 0 0 123 64 51
Octal 361 235 377 5 46 0 0 443 144 121
Binary 11110001 10011101 11111111 101 100110 0 0 100100011 1100100 1010001

Color Harmonies of #F19DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19DFF

Black with #F19DFF

Text Example


Text Example

White with #F19DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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