#F291EA

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

Shades of Pale Magenta #F291EA

Tints of Pale Magenta #F291EA

Color information

#F291EA (or 0xF291EA) is unknown color: approx Pale Magenta. HEX triplet: F2, 91 and EA. RGB value is (242,145,234). Sum of RGB (Red+Green+Blue) = 242+145+234=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 145 (57.03% from 255 or 23.35% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F291EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F291EA is #0D6E15. Grayscale: #B7B7B7. Windows color (decimal): -880150 or 15372786. OLE color: 15372786.

HSL color Cylindrical-coordinate representation of color #F291EA: hue angle of 304.95º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F291EA is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB242145234-
CMYK00.400.030.05
HSL304.95º78.86%75.88%-
HSV(B)304.95º40.08%94.9%-
XYZ61.5945.0783.29-
YUV184.15156.14169.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.97%
GREEN value IS 145 (57.03% from 255) = 23.35%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=38.97%
G=23.35%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214523400.400.030.05304.9578.8675.88
HexF291EA028351314f4c
Octal36222135205035461117114
Binary11110010100100011110101001010001110110011000110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F291EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F291EA; }

 p { color: rgb(242,145,234); }

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

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

 a { background-color: rgb(242,145,234); }

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

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

 span { border-color: rgb(242,145,234); }

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