#F28EA5

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

Shades of Mauvelous #F28EA5

Tints of Mauvelous #F28EA5

Color information

#F28EA5 (or 0xF28EA5) is unknown color: approx Mauvelous. HEX triplet: F2, 8E and A5. RGB value is (242,142,165). Sum of RGB (Red+Green+Blue) = 242+142+165=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F28EA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28EA5 is #0D715A. Grayscale: #AEAEAE. Windows color (decimal): -880987 or 10850034. OLE color: 10850034.

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

Color convert

RGB242142165-
CMYK00.410.320.05
HSL346.2º79.37%75.29%-
HSV(B)346.2º41.32%94.9%-
XYZ53.0840.9440.7-
YUV174.52122.63176.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.08%
GREEN value IS 142 (55.86% from 255) = 25.87%
BLUE value IS 165 (64.84% from 255) = 30.05%
R=44.08%
G=25.87%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214216500.410.320.05346.279.3775.29
HexF28EA502920515a4f4b
Octal362216245051405532117113
Binary111100101000111010100101010100110000010110101101010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28EA5; }

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

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

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

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

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

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

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

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