#F293EA

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

Shades of Pale Magenta #F293EA

Tints of Pale Magenta #F293EA

Color information

#F293EA (or 0xF293EA) is unknown color: approx Pale Magenta. HEX triplet: F2, 93 and EA. RGB value is (242,147,234). Sum of RGB (Red+Green+Blue) = 242+147+234=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 147 (57.81% from 255 or 23.60% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F293EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F293EA is #0D6C15. Grayscale: #B9B9B9. Windows color (decimal): -879638 or 15373298. OLE color: 15373298.

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

Color convert

RGB242147234-
CMYK00.390.030.05
HSL305.05º78.51%76.27%-
HSV(B)305.05º39.26%94.9%-
XYZ61.945.6983.4-
YUV185.32155.47168.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.84%
GREEN value IS 147 (57.81% from 255) = 23.60%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=38.84%
G=23.60%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214723400.390.030.05305.0578.5176.27
HexF293EA027351314f4c
Octal36222335204735461117114
Binary11110010100100111110101001001111110110011000110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F293EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F293EA; }

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

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

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

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

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

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

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

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