#FA92A6

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

Shades of Mauvelous #FA92A6

Tints of Mauvelous #FA92A6

Color information

#FA92A6 (or 0xFA92A6) is unknown color: approx Mauvelous. HEX triplet: FA, 92 and A6. RGB value is (250,146,166). Sum of RGB (Red+Green+Blue) = 250+146+166=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA92A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA92A6 is #056D59. Grayscale: #B3B3B3. Windows color (decimal): -355674 or 10916602. OLE color: 10916602.

HSL color Cylindrical-coordinate representation of color #FA92A6: hue angle of 348.46º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA92A6 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB250146166-
CMYK00.420.340.02
HSL348.46º91.23%77.65%-
HSV(B)348.46º41.6%98.04%-
XYZ56.5943.6341.52-
YUV179.38120.46178.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.48%
GREEN value IS 146 (57.42% from 255) = 25.98%
BLUE value IS 166 (65.23% from 255) = 29.54%
R=44.48%
G=25.98%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014616600.420.340.02348.4691.2377.65
HexFA92A602A22215c5b4e
Octal372222246052422534133116
Binary11111010100100101010011001010101000101010101110010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA92A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA92A6; }

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

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

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

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

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

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

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

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