#F28FA9

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

Shades of Mauvelous #F28FA9

Tints of Mauvelous #F28FA9

Color information

#F28FA9 (or 0xF28FA9) is unknown color: approx Mauvelous. HEX triplet: F2, 8F and A9. RGB value is (242,143,169). Sum of RGB (Red+Green+Blue) = 242+143+169=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 169 (66.41% from 255 or 30.51% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28FA9 is #0D7056. Grayscale: #AFAFAF. Windows color (decimal): -880727 or 11112434. OLE color: 11112434.

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

Color convert

RGB242143169-
CMYK00.410.300.05
HSL344.24º79.2%75.49%-
HSV(B)344.24º40.91%94.9%-
XYZ53.641.3942.7-
YUV175.56124.3175.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.68%
GREEN value IS 143 (56.25% from 255) = 25.81%
BLUE value IS 169 (66.41% from 255) = 30.51%
R=43.68%
G=25.81%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214316900.410.300.05344.2479.275.49
HexF28FA90291E51584f4b
Octal362217251051365530117113
Binary11110010100011111010100101010011111010110101100010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28FA9; }

 p { color: rgb(242,143,169); }

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

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

 a { background-color: rgb(242,143,169); }

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

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

 span { border-color: rgb(242,143,169); }

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