Html Css Color HEX #F190AA Mauvelous

📋 copy color: '#F190AA'

red 241 ◦ green 144 ◦ blue 170

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

Shades of Mauvelous #F190AA

Tints of Mauvelous #F190AA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.95%

 BLUE value IS 170 (66.8% from 255) = 30.63%

R = 43.42%
G = 25.95%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F190AA (or 0xF190AA) is known color: Mauvelous. HEX triplet: F1, 90 and AA. RGB value is (241,144,170). Sum of RGB (Red+Green+Blue) = 241+144+170=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F190AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F190AA is #0E6F55. Grayscale: #AFAFAF. Windows color (decimal): -946006 or 11178225. OLE color: 11178225.

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

Color convert

RGB 241 144 170 -
CMYK 0 0.40 0.29 0.05
HSL 343.92º 0.78% 0.75% -
HSV(B) 343.92º 0.4% 0.95% -
XYZ 53.5 41.55 43.23 -
YUV 175.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 241 144 170 0 0.40 0.29 0.05 343.92 0.78 0.75
Hex F1 90 AA 0 28 1D 5 158 4E 4B
Octal 361 220 252 0 50 35 5 530 116 113
Binary 11110001 10010000 10101010 0 101000 11101 101 101011000 1001110 1001011

Color Harmonies of #F190AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F190AA

Black with #F190AA

Text Example


Text Example

White with #F190AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F190AA; }

 p { color: rgb(241,144,170); }

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

background-color css

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

 a { background-color: rgb(241,144,170); }

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

border-color css

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

 span { border-color: rgb(241,144,170); }

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