Html Css Color HEX #F193A6 Mauvelous

📋 copy color: '#F193A6'

red 241 ◦ green 147 ◦ blue 166

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

Shades of Mauvelous #F193A6

Tints of Mauvelous #F193A6

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.53%

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

R = 43.5%
G = 26.53%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F193A6 (or 0xF193A6) is known color: Mauvelous. HEX triplet: F1, 93 and A6. RGB value is (241,147,166). Sum of RGB (Red+Green+Blue) = 241+147+166=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 166 (65.23% from 255 or 29.96% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F193A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F193A6 is #0E6C59. Grayscale: #B1B1B1. Windows color (decimal): -945242 or 10916849. OLE color: 10916849.

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

Color convert

RGB 241 147 166 -
CMYK 0 0.39 0.31 0.05
HSL 347.87º 0.77% 0.76% -
HSV(B) 347.87º 0.39% 0.95% -
XYZ 53.59 42.32 41.42 -
YUV 177.27 121.64 173.46 -
System Red Green Blue C M Y K H S L
Decimal 241 147 166 0 0.39 0.31 0.05 347.87 0.77 0.76
Hex F1 93 A6 0 27 1F 5 15C 4D 4C
Octal 361 223 246 0 47 37 5 534 115 114
Binary 11110001 10010011 10100110 0 100111 11111 101 101011100 1001101 1001100

Color Harmonies of #F193A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F193A6

Black with #F193A6

Text Example


Text Example

White with #F193A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F193A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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