#F28EE0

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

Shades of Pale Magenta #F28EE0

Tints of Pale Magenta #F28EE0

Color information

#F28EE0 (or 0xF28EE0) is unknown color: approx Pale Magenta. HEX triplet: F2, 8E and E0. RGB value is (242,142,224). Sum of RGB (Red+Green+Blue) = 242+142+224=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 142 (55.86% from 255 or 23.36% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F28EE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28EE0 is #0D711F. Grayscale: #B5B5B5. Windows color (decimal): -880928 or 14716658. OLE color: 14716658.

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

Color convert

RGB242142224-
CMYK00.410.070.05
HSL310.8º79.37%75.29%-
HSV(B)310.8º41.32%94.9%-
XYZ59.7543.6175.79-
YUV181.25152.13171.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.80%
GREEN value IS 142 (55.86% from 255) = 23.36%
BLUE value IS 224 (87.89% from 255) = 36.84%
R=39.80%
G=23.36%
B=36.84%

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
Decimal24214222400.410.070.05310.879.3775.29
HexF28EE0029751374f4b
Octal36221634005175467117113
Binary111100101000111011100000010100111110110011011110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28EE0; }

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

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

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

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

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

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

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

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