#F28BAD

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

Shades of Mauvelous #F28BAD

Tints of Mauvelous #F28BAD

Color information

#F28BAD (or 0xF28BAD) is unknown color: approx Mauvelous. HEX triplet: F2, 8B and AD. RGB value is (242,139,173). Sum of RGB (Red+Green+Blue) = 242+139+173=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28BAD is #0D7452. Grayscale: #ADADAD. Windows color (decimal): -881747 or 11373554. OLE color: 11373554.

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

Color convert

RGB242139173-
CMYK00.430.290.05
HSL340.19º79.84%74.71%-
HSV(B)340.19º42.56%94.9%-
XYZ53.3940.3644.51-
YUV173.67127.62176.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.68%
GREEN value IS 139 (54.69% from 255) = 25.09%
BLUE value IS 173 (67.97% from 255) = 31.23%
R=43.68%
G=25.09%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213917300.430.290.05340.1979.8474.71
HexF28BAD02B1D5154504b
Octal362213255053355524120113
Binary11110010100010111010110101010111110110110101010010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28BAD; }

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

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

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

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

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

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

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

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