#F28BAE

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

Shades of Mauvelous #F28BAE

Tints of Mauvelous #F28BAE

Color information

#F28BAE (or 0xF28BAE) is unknown color: approx Mauvelous. HEX triplet: F2, 8B and AE. RGB value is (242,139,174). Sum of RGB (Red+Green+Blue) = 242+139+174=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28BAE is #0D7451. Grayscale: #ADADAD. Windows color (decimal): -881746 or 11439090. OLE color: 11439090.

HSL color Cylindrical-coordinate representation of color #F28BAE: hue angle of 339.61º 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 #F28BAE is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB242139174-
CMYK00.430.280.05
HSL339.61º79.84%74.71%-
HSV(B)339.61º42.56%94.9%-
XYZ53.4940.445.02-
YUV173.79128.12176.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.60%
GREEN value IS 139 (54.69% from 255) = 25.05%
BLUE value IS 174 (68.36% from 255) = 31.35%
R=43.60%
G=25.05%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213917400.430.280.05339.6179.8474.71
HexF28BAE02B1C5154504b
Octal362213256053345524120113
Binary11110010100010111010111001010111110010110101010010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28BAE; }

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

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

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

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

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

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

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

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