#F28BAC

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

Shades of Mauvelous #F28BAC

Tints of Mauvelous #F28BAC

Color information

#F28BAC (or 0xF28BAC) is unknown color: approx Mauvelous. HEX triplet: F2, 8B and AC. RGB value is (242,139,172). Sum of RGB (Red+Green+Blue) = 242+139+172=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28BAC is #0D7453. Grayscale: #ADADAD. Windows color (decimal): -881748 or 11308018. OLE color: 11308018.

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

Color convert

RGB242139172-
CMYK00.430.290.05
HSL340.78º79.84%74.71%-
HSV(B)340.78º42.56%94.9%-
XYZ53.340.3244-
YUV173.56127.12176.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.76%
GREEN value IS 139 (54.69% from 255) = 25.14%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=43.76%
G=25.14%
B=31.10%

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
Decimal24213917200.430.290.05340.7879.8474.71
HexF28BAC02B1D5155504b
Octal362213254053355525120113
Binary11110010100010111010110001010111110110110101010110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28BAC; }

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

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

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

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

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

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

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

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