#F392A4

Color #F392A4 Mauvelous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauvelous #F392A4

Tints of Mauvelous #F392A4

Color information

#F392A4 (or 0xF392A4) is unknown color: approx Mauvelous. HEX triplet: F3, 92 and A4. RGB value is (243,146,164). Sum of RGB (Red+Green+Blue) = 243+146+164=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F392A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F392A4 is #0C6D5B. Grayscale: #B1B1B1. Windows color (decimal): -814428 or 10785523. OLE color: 10785523.

HSL color Cylindrical-coordinate representation of color #F392A4: hue angle of 348.87º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F392A4 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB243146164-
CMYK00.400.330.05
HSL348.87º80.17%76.27%-
HSV(B)348.87º39.92%95.29%-
XYZ53.9442.2940.44-
YUV177.05120.64175.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.94%
GREEN value IS 146 (57.42% from 255) = 26.40%
BLUE value IS 164 (64.45% from 255) = 29.66%
R=43.94%
G=26.40%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314616400.400.330.05348.8780.1776.27
HexF392A402821515d504c
Octal363222244050415535120114
Binary111100111001001010100100010100010000110110101110110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F392A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F392A4; }

 p { color: rgb(243,146,164); }

 H1.HeaderClassName
 {
   color: #F392A4;
 }
 .AnyTagClassName
 {
   color: #F392A4;
 }
</style>
background-color css

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

 a { background-color: rgb(243,146,164); }

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

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

 span { border-color: rgb(243,146,164); }

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