Html Css Color HEX #F193A7 Mauvelous

📋 copy color: '#F193A7'

red 241 ◦ green 147 ◦ blue 167

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

Shades of Mauvelous #F193A7

Tints of Mauvelous #F193A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.09%

R = 43.42%
G = 26.49%
B = 30.09%

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

#F193A7 (or 0xF193A7) is known color: Mauvelous. HEX triplet: F1, 93 and A7. RGB value is (241,147,167). Sum of RGB (Red+Green+Blue) = 241+147+167=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 167 (65.62% from 255 or 30.09% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F193A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F193A7 is #0E6C58. Grayscale: #B1B1B1. Windows color (decimal): -945241 or 10982385. OLE color: 10982385.

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

Color convert

RGB 241 147 167 -
CMYK 0 0.39 0.31 0.05
HSL 347.23º 0.77% 0.76% -
HSV(B) 347.23º 0.39% 0.95% -
XYZ 53.68 42.36 41.91 -
YUV 177.39 122.14 173.37 -
System Red Green Blue C M Y K H S L
Decimal 241 147 167 0 0.39 0.31 0.05 347.23 0.77 0.76
Hex F1 93 A7 0 27 1F 5 15B 4D 4C
Octal 361 223 247 0 47 37 5 533 115 114
Binary 11110001 10010011 10100111 0 100111 11111 101 101011011 1001101 1001100

Color Harmonies of #F193A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F193A7

Black with #F193A7

Text Example


Text Example

White with #F193A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F193A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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