Html Css Color HEX #F191A6 Mauvelous

📋 copy color: '#F191A6'

red 241 ◦ green 145 ◦ blue 166

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

Shades of Mauvelous #F191A6

Tints of Mauvelous #F191A6

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.27%

 BLUE value IS 166 (65.23% from 255) = 30.07%

R = 43.66%
G = 26.27%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F191A6 (or 0xF191A6) is known color: Mauvelous. HEX triplet: F1, 91 and A6. RGB value is (241,145,166). Sum of RGB (Red+Green+Blue) = 241+145+166=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F191A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F191A6 is #0E6E59. Grayscale: #B0B0B0. Windows color (decimal): -945754 or 10916337. OLE color: 10916337.

HSL color Cylindrical-coordinate representation of color #F191A6: hue angle of 346.88º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F191A6 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 145 166 -
CMYK 0 0.40 0.31 0.05
HSL 346.88º 0.77% 0.76% -
HSV(B) 346.88º 0.4% 0.95% -
XYZ 53.28 41.7 41.32 -
YUV 176.1 122.3 174.29 -
System Red Green Blue C M Y K H S L
Decimal 241 145 166 0 0.40 0.31 0.05 346.88 0.77 0.76
Hex F1 91 A6 0 28 1F 5 15B 4D 4C
Octal 361 221 246 0 50 37 5 533 115 114
Binary 11110001 10010001 10100110 0 101000 11111 101 101011011 1001101 1001100

Color Harmonies of #F191A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F191A6

Black with #F191A6

Text Example


Text Example

White with #F191A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F191A6; }

 p { color: rgb(241,145,166); }

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

background-color css

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

 a { background-color: rgb(241,145,166); }

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

border-color css

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

 span { border-color: rgb(241,145,166); }

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