#F289AA

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

Shades of Mauvelous #F289AA

Tints of Mauvelous #F289AA

Color information

#F289AA (or 0xF289AA) is unknown color: approx Mauvelous. HEX triplet: F2, 89 and AA. RGB value is (242,137,170). Sum of RGB (Red+Green+Blue) = 242+137+170=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F289AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F289AA is #0D7655. Grayscale: #ACACAC. Windows color (decimal): -882262 or 11176434. OLE color: 11176434.

HSL color Cylindrical-coordinate representation of color #F289AA: hue angle of 341.14º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F289AA is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB242137170-
CMYK00.430.300.05
HSL341.14º80.15%74.31%-
HSV(B)341.14º43.39%94.9%-
XYZ52.8239.6742.9-
YUV172.16126.79177.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.08%
GREEN value IS 137 (53.91% from 255) = 24.95%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=44.08%
G=24.95%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213717000.430.300.05341.1480.1574.31
HexF289AA02B1E5155504a
Octal362211252053365525120112
Binary11110010100010011010101001010111111010110101010110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F289AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F289AA; }

 p { color: rgb(242,137,170); }

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

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

 a { background-color: rgb(242,137,170); }

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

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

 span { border-color: rgb(242,137,170); }

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