#F291E6

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

Shades of Pale Magenta #F291E6

Tints of Pale Magenta #F291E6

Color information

#F291E6 (or 0xF291E6) is unknown color: approx Pale Magenta. HEX triplet: F2, 91 and E6. RGB value is (242,145,230). Sum of RGB (Red+Green+Blue) = 242+145+230=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 145 (57.03% from 255 or 23.50% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F291E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F291E6 is #0D6E19. Grayscale: #B7B7B7. Windows color (decimal): -880154 or 15110642. OLE color: 15110642.

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

Color convert

RGB242145230-
CMYK00.400.050.05
HSL307.42º78.86%75.88%-
HSV(B)307.42º40.08%94.9%-
XYZ61.0344.8480.3-
YUV183.69154.14169.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.22%
GREEN value IS 145 (57.03% from 255) = 23.50%
BLUE value IS 230 (90.23% from 255) = 37.28%
R=39.22%
G=23.50%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214523000.400.050.05307.4278.8675.88
HexF291E6028551334f4c
Octal36222134605055463117114
Binary111100101001000111100110010100010110110011001110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F291E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F291E6; }

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

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

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

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

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

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

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

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