Html Css Color HEX #F193AB Mauvelous

📋 copy color: '#F193AB'

red 241 ◦ green 147 ◦ blue 171

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

Shades of Mauvelous #F193AB

Tints of Mauvelous #F193AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.59%

R = 43.11%
G = 26.3%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F193AB (or 0xF193AB) is known color: Mauvelous. HEX triplet: F1, 93 and AB. RGB value is (241,147,171). Sum of RGB (Red+Green+Blue) = 241+147+171=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F193AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F193AB is #0E6C54. Grayscale: #B1B1B1. Windows color (decimal): -945237 or 11244529. OLE color: 11244529.

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

Color convert

RGB 241 147 171 -
CMYK 0 0.39 0.29 0.05
HSL 344.68º 0.77% 0.76% -
HSV(B) 344.68º 0.39% 0.95% -
XYZ 54.06 42.51 43.88 -
YUV 177.84 124.14 173.05 -
System Red Green Blue C M Y K H S L
Decimal 241 147 171 0 0.39 0.29 0.05 344.68 0.77 0.76
Hex F1 93 AB 0 27 1D 5 159 4D 4C
Octal 361 223 253 0 47 35 5 531 115 114
Binary 11110001 10010011 10101011 0 100111 11101 101 101011001 1001101 1001100

Color Harmonies of #F193AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F193AB

Black with #F193AB

Text Example


Text Example

White with #F193AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F193AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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