Html Css Color HEX #F192A6 Mauvelous

📋 copy color: '#F192A6'

red 241 ◦ green 146 ◦ blue 166

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

Shades of Mauvelous #F192A6

Tints of Mauvelous #F192A6

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.4%

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

R = 43.58%
G = 26.4%
B = 30.02%

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

#F192A6 (or 0xF192A6) is known color: Mauvelous. HEX triplet: F1, 92 and A6. RGB value is (241,146,166). Sum of RGB (Red+Green+Blue) = 241+146+166=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F192A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F192A6 is #0E6D59. Grayscale: #B0B0B0. Windows color (decimal): -945498 or 10916593. OLE color: 10916593.

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

Color convert

RGB 241 146 166 -
CMYK 0 0.39 0.31 0.05
HSL 347.37º 0.77% 0.76% -
HSV(B) 347.37º 0.39% 0.95% -
XYZ 53.44 42.01 41.37 -
YUV 176.69 121.97 173.87 -
System Red Green Blue C M Y K H S L
Decimal 241 146 166 0 0.39 0.31 0.05 347.37 0.77 0.76
Hex F1 92 A6 0 27 1F 5 15B 4D 4C
Octal 361 222 246 0 47 37 5 533 115 114
Binary 11110001 10010010 10100110 0 100111 11111 101 101011011 1001101 1001100

Color Harmonies of #F192A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F192A6

Black with #F192A6

Text Example


Text Example

White with #F192A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F192A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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