#F290EA

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

Shades of Pale Magenta #F290EA

Tints of Pale Magenta #F290EA

Color information

#F290EA (or 0xF290EA) is unknown color: approx Pale Magenta. HEX triplet: F2, 90 and EA. RGB value is (242,144,234). Sum of RGB (Red+Green+Blue) = 242+144+234=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 144 (56.64% from 255 or 23.23% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F290EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F290EA is #0D6F15. Grayscale: #B7B7B7. Windows color (decimal): -880406 or 15372530. OLE color: 15372530.

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

Color convert

RGB242144234-
CMYK00.400.030.05
HSL304.9º79.03%75.69%-
HSV(B)304.9º40.5%94.9%-
XYZ61.4444.7683.24-
YUV183.56156.47169.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.03%
GREEN value IS 144 (56.64% from 255) = 23.23%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=39.03%
G=23.23%
B=37.74%

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
Decimal24214423400.400.030.05304.979.0375.69
HexF290EA028351314f4c
Octal36222035205035461117114
Binary11110010100100001110101001010001110110011000110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F290EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F290EA; }

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

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

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

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

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

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

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

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