#F28BA6

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

Shades of Mauvelous #F28BA6

Tints of Mauvelous #F28BA6

Color information

#F28BA6 (or 0xF28BA6) is unknown color: approx Mauvelous. HEX triplet: F2, 8B and A6. RGB value is (242,139,166). Sum of RGB (Red+Green+Blue) = 242+139+166=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28BA6 is #0D7459. Grayscale: #ACACAC. Windows color (decimal): -881754 or 10914802. OLE color: 10914802.

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

Color convert

RGB242139166-
CMYK00.430.310.05
HSL344.27º79.84%74.71%-
HSV(B)344.27º42.56%94.9%-
XYZ52.7340.141.04-
YUV172.88124.12177.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.24%
GREEN value IS 139 (54.69% from 255) = 25.41%
BLUE value IS 166 (65.23% from 255) = 30.35%
R=44.24%
G=25.41%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213916600.430.310.05344.2779.8474.71
HexF28BA602B1F5158504b
Octal362213246053375530120113
Binary11110010100010111010011001010111111110110101100010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28BA6; }

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

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

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

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

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

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

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

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