Html Css Color HEX #F190A6 Mauvelous

📋 copy color: '#F190A6'

red 241 ◦ green 144 ◦ blue 166

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

Shades of Mauvelous #F190A6

Tints of Mauvelous #F190A6

RGB

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

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

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

R = 43.74%
G = 26.13%
B = 30.13%

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

#F190A6 (or 0xF190A6) is known color: Mauvelous. HEX triplet: F1, 90 and A6. RGB value is (241,144,166). Sum of RGB (Red+Green+Blue) = 241+144+166=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 166 (65.23% from 255 or 30.13% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F190A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F190A6 is #0E6F59. Grayscale: #AFAFAF. Windows color (decimal): -946010 or 10916081. OLE color: 10916081.

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

Color convert

RGB 241 144 166 -
CMYK 0 0.40 0.31 0.05
HSL 346.39º 0.78% 0.75% -
HSV(B) 346.39º 0.4% 0.95% -
XYZ 53.13 41.4 41.27 -
YUV 175.51 122.64 174.71 -
System Red Green Blue C M Y K H S L
Decimal 241 144 166 0 0.40 0.31 0.05 346.39 0.78 0.75
Hex F1 90 A6 0 28 1F 5 15A 4E 4B
Octal 361 220 246 0 50 37 5 532 116 113
Binary 11110001 10010000 10100110 0 101000 11111 101 101011010 1001110 1001011

Color Harmonies of #F190A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F190A6

Black with #F190A6

Text Example


Text Example

White with #F190A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F190A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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