#F294E9

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

Shades of Pale Magenta #F294E9

Tints of Pale Magenta #F294E9

Color information

#F294E9 (or 0xF294E9) is unknown color: approx Pale Magenta. HEX triplet: F2, 94 and E9. RGB value is (242,148,233). Sum of RGB (Red+Green+Blue) = 242+148+233=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 148 (58.20% from 255 or 23.76% from 623); Blue value is 233 (91.41% from 255 or 37.40% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F294E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F294E9 is #0D6B16. Grayscale: #B9B9B9. Windows color (decimal): -879383 or 15308018. OLE color: 15308018.

HSL color Cylindrical-coordinate representation of color #F294E9: hue angle of 305.74º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F294E9 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB242148233-
CMYK00.390.040.05
HSL305.74º78.33%76.47%-
HSV(B)305.74º38.84%94.9%-
XYZ61.9245.9482.69-
YUV185.8154.64168.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.84%
GREEN value IS 148 (58.20% from 255) = 23.76%
BLUE value IS 233 (91.41% from 255) = 37.40%
R=38.84%
G=23.76%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214823300.390.040.05305.7478.3376.47
HexF294E9027451324e4c
Octal36222435104745462116114
Binary111100101001010011101001010011110010110011001010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F294E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F294E9; }

 p { color: rgb(242,148,233); }

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

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

 a { background-color: rgb(242,148,233); }

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

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

 span { border-color: rgb(242,148,233); }

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