Html Css Color HEX #F194A5 Mauvelous

📋 copy color: '#F194A5'

red 241 ◦ green 148 ◦ blue 165

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

Shades of Mauvelous #F194A5

Tints of Mauvelous #F194A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.78%

R = 43.5%
G = 26.71%
B = 29.78%

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

#F194A5 (or 0xF194A5) is known color: Mauvelous. HEX triplet: F1, 94 and A5. RGB value is (241,148,165). Sum of RGB (Red+Green+Blue) = 241+148+165=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F194A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F194A5 is #0E6B5A. Grayscale: #B1B1B1. Windows color (decimal): -944987 or 10851569. OLE color: 10851569.

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

Color convert

RGB 241 148 165 -
CMYK 0 0.39 0.32 0.05
HSL 349.03º 0.77% 0.76% -
HSV(B) 349.03º 0.39% 0.95% -
XYZ 53.66 42.6 40.99 -
YUV 177.75 120.81 173.12 -
System Red Green Blue C M Y K H S L
Decimal 241 148 165 0 0.39 0.32 0.05 349.03 0.77 0.76
Hex F1 94 A5 0 27 20 5 15D 4D 4C
Octal 361 224 245 0 47 40 5 535 115 114
Binary 11110001 10010100 10100101 0 100111 100000 101 101011101 1001101 1001100

Color Harmonies of #F194A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F194A5

Black with #F194A5

Text Example


Text Example

White with #F194A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F194A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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