#F28EA8

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

Shades of Mauvelous #F28EA8

Tints of Mauvelous #F28EA8

Color information

#F28EA8 (or 0xF28EA8) is unknown color: approx Mauvelous. HEX triplet: F2, 8E and A8. RGB value is (242,142,168). Sum of RGB (Red+Green+Blue) = 242+142+168=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 168 (66.02% from 255 or 30.43% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F28EA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28EA8 is #0D7157. Grayscale: #AEAEAE. Windows color (decimal): -880984 or 11046642. OLE color: 11046642.

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

Color convert

RGB242142168-
CMYK00.410.310.05
HSL344.4º79.37%75.29%-
HSV(B)344.4º41.32%94.9%-
XYZ53.3641.0542.16-
YUV174.86124.13175.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.84%
GREEN value IS 142 (55.86% from 255) = 25.72%
BLUE value IS 168 (66.02% from 255) = 30.43%
R=43.84%
G=25.72%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214216800.410.310.05344.479.3775.29
HexF28EA80291F51584f4b
Octal362216250051375530117113
Binary11110010100011101010100001010011111110110101100010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28EA8; }

 p { color: rgb(242,142,168); }

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

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

 a { background-color: rgb(242,142,168); }

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

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

 span { border-color: rgb(242,142,168); }

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