Html Css Color HEX #F194A3 Mauvelous

📋 copy color: '#F194A3'

red 241 ◦ green 148 ◦ blue 163

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

Shades of Mauvelous #F194A3

Tints of Mauvelous #F194A3

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.81%

 BLUE value IS 163 (64.06% from 255) = 29.53%

R = 43.66%
G = 26.81%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F194A3 (or 0xF194A3) is known color: Mauvelous. HEX triplet: F1, 94 and A3. RGB value is (241,148,163). Sum of RGB (Red+Green+Blue) = 241+148+163=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 163 (64.06% from 255 or 29.53% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F194A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F194A3 is #0E6B5C. Grayscale: #B1B1B1. Windows color (decimal): -944989 or 10720497. OLE color: 10720497.

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

Color convert

RGB 241 148 163 -
CMYK 0 0.39 0.32 0.05
HSL 350.32º 0.77% 0.76% -
HSV(B) 350.32º 0.39% 0.95% -
XYZ 53.48 42.52 40.04 -
YUV 177.52 119.81 173.28 -
System Red Green Blue C M Y K H S L
Decimal 241 148 163 0 0.39 0.32 0.05 350.32 0.77 0.76
Hex F1 94 A3 0 27 20 5 15E 4D 4C
Octal 361 224 243 0 47 40 5 536 115 114
Binary 11110001 10010100 10100011 0 100111 100000 101 101011110 1001101 1001100

Color Harmonies of #F194A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F194A3

Black with #F194A3

Text Example


Text Example

White with #F194A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F194A3; }

 p { color: rgb(241,148,163); }

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

background-color css

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

 a { background-color: rgb(241,148,163); }

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

border-color css

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

 span { border-color: rgb(241,148,163); }

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