Html Css Color HEX #F194A8 Mauvelous

📋 copy color: '#F194A8'

red 241 ◦ green 148 ◦ blue 168

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

Shades of Mauvelous #F194A8

Tints of Mauvelous #F194A8

RGB

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

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

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

R = 43.27%
G = 26.57%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F194A8 (or 0xF194A8) is known color: Mauvelous. HEX triplet: F1, 94 and A8. RGB value is (241,148,168). Sum of RGB (Red+Green+Blue) = 241+148+168=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F194A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F194A8 is #0E6B57. Grayscale: #B2B2B2. Windows color (decimal): -944984 or 11048177. OLE color: 11048177.

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

Color convert

RGB 241 148 168 -
CMYK 0 0.39 0.30 0.05
HSL 347.1º 0.77% 0.76% -
HSV(B) 347.1º 0.39% 0.95% -
XYZ 53.93 42.71 42.45 -
YUV 178.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 241 148 168 0 0.39 0.30 0.05 347.1 0.77 0.76
Hex F1 94 A8 0 27 1E 5 15B 4D 4C
Octal 361 224 250 0 47 36 5 533 115 114
Binary 11110001 10010100 10101000 0 100111 11110 101 101011011 1001101 1001100

Color Harmonies of #F194A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F194A8

Black with #F194A8

Text Example


Text Example

White with #F194A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F194A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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