#F28EE1

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

Shades of Pale Magenta #F28EE1

Tints of Pale Magenta #F28EE1

Color information

#F28EE1 (or 0xF28EE1) is unknown color: approx Pale Magenta. HEX triplet: F2, 8E and E1. RGB value is (242,142,225). Sum of RGB (Red+Green+Blue) = 242+142+225=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 142 (55.86% from 255 or 23.32% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F28EE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28EE1 is #0D711E. Grayscale: #B5B5B5. Windows color (decimal): -880927 or 14782194. OLE color: 14782194.

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

Color convert

RGB242142225-
CMYK00.410.070.05
HSL310.2º79.37%75.29%-
HSV(B)310.2º41.32%94.9%-
XYZ59.8843.6676.51-
YUV181.36152.63171.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.74%
GREEN value IS 142 (55.86% from 255) = 23.32%
BLUE value IS 225 (88.28% from 255) = 36.95%
R=39.74%
G=23.32%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214222500.410.070.05310.279.3775.29
HexF28EE1029751364f4b
Octal36221634105175466117113
Binary111100101000111011100001010100111110110011011010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28EE1; }

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

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

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

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

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

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

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

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