Html Css Color HEX #F191A2 Mauvelous

📋 copy color: '#F191A2'

red 241 ◦ green 145 ◦ blue 162

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

Shades of Mauvelous #F191A2

Tints of Mauvelous #F191A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.56%

R = 43.98%
G = 26.46%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F191A2 (or 0xF191A2) is known color: Mauvelous. HEX triplet: F1, 91 and A2. RGB value is (241,145,162). Sum of RGB (Red+Green+Blue) = 241+145+162=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F191A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F191A2 is #0E6E5D. Grayscale: #AFAFAF. Windows color (decimal): -945758 or 10654193. OLE color: 10654193.

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

Color convert

RGB 241 145 162 -
CMYK 0 0.40 0.33 0.05
HSL 349.38º 0.77% 0.76% -
HSV(B) 349.38º 0.4% 0.95% -
XYZ 52.92 41.56 39.42 -
YUV 175.64 120.3 174.62 -
System Red Green Blue C M Y K H S L
Decimal 241 145 162 0 0.40 0.33 0.05 349.38 0.77 0.76
Hex F1 91 A2 0 28 21 5 15D 4D 4C
Octal 361 221 242 0 50 41 5 535 115 114
Binary 11110001 10010001 10100010 0 101000 100001 101 101011101 1001101 1001100

Color Harmonies of #F191A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F191A2

Black with #F191A2

Text Example


Text Example

White with #F191A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F191A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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