#f392a5

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

Shades of Mauvelous #F392A5

Tints of Mauvelous #F392A5

Color information

#F392A5 (or 0xF392A5) is unknown color: approx Mauvelous. HEX triplet: F3, 92 and A5. RGB value is (243,146,165). Sum of RGB (Red+Green+Blue) = 243+146+165=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F392A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F392A5 is #0C6D5A. Grayscale: #B1B1B1. Windows color (decimal): -814427 or 10851059. OLE color: 10851059.

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

Color convert

RGB243146165-
CMYK00.400.320.05
HSL348.25º80.17%76.27%-
HSV(B)348.25º39.92%95.29%-
XYZ54.0342.3340.92-
YUV177.17121.14174.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.86%
GREEN value IS 146 (57.42% from 255) = 26.35%
BLUE value IS 165 (64.84% from 255) = 29.78%
R=43.86%
G=26.35%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314616500.400.320.05348.2580.1776.27
HexF392A502820515c504c
Octal363222245050405534120114
Binary111100111001001010100101010100010000010110101110010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f392a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f392a5; }

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

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

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

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

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

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

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

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