#F28EA1

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

Shades of Mauvelous #F28EA1

Tints of Mauvelous #F28EA1

Color information

#F28EA1 (or 0xF28EA1) is unknown color: approx Mauvelous. HEX triplet: F2, 8E and A1. RGB value is (242,142,161). Sum of RGB (Red+Green+Blue) = 242+142+161=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F28EA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28EA1 is #0D715E. Grayscale: #AEAEAE. Windows color (decimal): -880991 or 10587890. OLE color: 10587890.

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

Color convert

RGB242142161-
CMYK00.410.330.05
HSL348.6º79.37%75.29%-
HSV(B)348.6º41.32%94.9%-
XYZ52.7240.838.81-
YUV174.07120.63176.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.40%
GREEN value IS 142 (55.86% from 255) = 26.06%
BLUE value IS 161 (63.28% from 255) = 29.54%
R=44.40%
G=26.06%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214216100.410.330.05348.679.3775.29
HexF28EA102921515d4f4b
Octal362216241051415535117113
Binary111100101000111010100001010100110000110110101110110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28EA1; }

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

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

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

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

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

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

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

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