#FF97A7

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

Shades of Mauvelous #FF97A7

Tints of Mauvelous #FF97A7

Color information

#FF97A7 (or 0xFF97A7) is unknown color: approx Mauvelous. HEX triplet: FF, 97 and A7. RGB value is (255,151,167). Sum of RGB (Red+Green+Blue) = 255+151+167=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 167 (65.62% from 255 or 29.14% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF97A7 is #006858. Grayscale: #B7B7B7. Windows color (decimal): -26713 or 10983423. OLE color: 10983423.

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

Color convert

RGB255151167-
CMYK00.410.350
HSL350.77º100%79.61%-
HSV(B)350.77º40.78%100%-
XYZ59.2846.1842.35-
YUV183.92118.46178.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.50%
GREEN value IS 151 (59.38% from 255) = 26.35%
BLUE value IS 167 (65.62% from 255) = 29.14%
R=44.50%
G=26.35%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515116700.410.350350.7710079.61
HexFF97A702923015f6450
Octal377227247051430537144120
Binary1111111110010111101001110101001100011010101111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF97A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF97A7; }

 p { color: rgb(255,151,167); }

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

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

 a { background-color: rgb(255,151,167); }

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

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

 span { border-color: rgb(255,151,167); }

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