#F28BA9

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

Shades of Mauvelous #F28BA9

Tints of Mauvelous #F28BA9

Color information

#F28BA9 (or 0xF28BA9) is unknown color: approx Mauvelous. HEX triplet: F2, 8B and A9. RGB value is (242,139,169). Sum of RGB (Red+Green+Blue) = 242+139+169=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28BA9 is #0D7456. Grayscale: #ADADAD. Windows color (decimal): -881751 or 11111410. OLE color: 11111410.

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

Color convert

RGB242139169-
CMYK00.430.300.05
HSL342.52º79.84%74.71%-
HSV(B)342.52º42.56%94.9%-
XYZ53.0140.2142.5-
YUV173.22125.62177.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44%
GREEN value IS 139 (54.69% from 255) = 25.27%
BLUE value IS 169 (66.41% from 255) = 30.73%
R=44%
G=25.27%
B=30.73%

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
Decimal24213916900.430.300.05342.5279.8474.71
HexF28BA902B1E5157504b
Octal362213251053365527120113
Binary11110010100010111010100101010111111010110101011110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28BA9; }

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

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

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

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

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

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

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

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