Html Css Color HEX #F191A8 Mauvelous

📋 copy color: '#F191A8'

red 241 ◦ green 145 ◦ blue 168

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

Shades of Mauvelous #F191A8

Tints of Mauvelous #F191A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.32%

R = 43.5%
G = 26.17%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F191A8 (or 0xF191A8) is known color: Mauvelous. HEX triplet: F1, 91 and A8. RGB value is (241,145,168). Sum of RGB (Red+Green+Blue) = 241+145+168=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F191A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F191A8 is #0E6E57. Grayscale: #B0B0B0. Windows color (decimal): -945752 or 11047409. OLE color: 11047409.

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

Color convert

RGB 241 145 168 -
CMYK 0 0.40 0.30 0.05
HSL 345.63º 0.77% 0.76% -
HSV(B) 345.63º 0.4% 0.95% -
XYZ 53.47 41.78 42.29 -
YUV 176.33 123.3 174.13 -
System Red Green Blue C M Y K H S L
Decimal 241 145 168 0 0.40 0.30 0.05 345.63 0.77 0.76
Hex F1 91 A8 0 28 1E 5 15A 4D 4C
Octal 361 221 250 0 50 36 5 532 115 114
Binary 11110001 10010001 10101000 0 101000 11110 101 101011010 1001101 1001100

Color Harmonies of #F191A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F191A8

Black with #F191A8

Text Example


Text Example

White with #F191A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F191A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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