#FF94A5

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

Shades of Mauvelous #FF94A5

Tints of Mauvelous #FF94A5

Color information

#FF94A5 (or 0xFF94A5) is unknown color: approx Mauvelous. HEX triplet: FF, 94 and A5. RGB value is (255,148,165). Sum of RGB (Red+Green+Blue) = 255+148+165=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 165 (64.84% from 255 or 29.05% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF94A5 is #006B5A. Grayscale: #B5B5B5. Windows color (decimal): -27483 or 10851583. OLE color: 10851583.

HSL color Cylindrical-coordinate representation of color #FF94A5: hue angle of 350.47º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF94A5 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB255148165-
CMYK00.420.350
HSL350.47º100%79.02%-
HSV(B)350.47º41.96%100%-
XYZ58.6245.1641.22-
YUV181.93118.45180.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.89%
GREEN value IS 148 (58.20% from 255) = 26.06%
BLUE value IS 165 (64.84% from 255) = 29.05%
R=44.89%
G=26.06%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514816500.420.350350.4710079.02
HexFF94A502A23015e644f
Octal377224245052430536144117
Binary1111111110010100101001010101010100011010101111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF94A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF94A5; }

 p { color: rgb(255,148,165); }

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

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

 a { background-color: rgb(255,148,165); }

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

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

 span { border-color: rgb(255,148,165); }

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