Html Css Color HEX #F192A3 Mauvelous

📋 copy color: '#F192A3'

red 241 ◦ green 146 ◦ blue 163

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

Shades of Mauvelous #F192A3

Tints of Mauvelous #F192A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 29.64%

R = 43.82%
G = 26.55%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F192A3 (or 0xF192A3) is known color: Mauvelous. HEX triplet: F1, 92 and A3. RGB value is (241,146,163). Sum of RGB (Red+Green+Blue) = 241+146+163=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 163 (64.06% from 255 or 29.64% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F192A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F192A3 is #0E6D5C. Grayscale: #B0B0B0. Windows color (decimal): -945501 or 10719985. OLE color: 10719985.

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

Color convert

RGB 241 146 163 -
CMYK 0 0.39 0.32 0.05
HSL 349.26º 0.77% 0.76% -
HSV(B) 349.26º 0.39% 0.95% -
XYZ 53.17 41.9 39.94 -
YUV 176.34 120.47 174.12 -
System Red Green Blue C M Y K H S L
Decimal 241 146 163 0 0.39 0.32 0.05 349.26 0.77 0.76
Hex F1 92 A3 0 27 20 5 15D 4D 4C
Octal 361 222 243 0 47 40 5 535 115 114
Binary 11110001 10010010 10100011 0 100111 100000 101 101011101 1001101 1001100

Color Harmonies of #F192A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F192A3

Black with #F192A3

Text Example


Text Example

White with #F192A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F192A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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