#F293E6

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

Shades of Pale Magenta #F293E6

Tints of Pale Magenta #F293E6

Color information

#F293E6 (or 0xF293E6) is unknown color: approx Pale Magenta. HEX triplet: F2, 93 and E6. RGB value is (242,147,230). Sum of RGB (Red+Green+Blue) = 242+147+230=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 147 (57.81% from 255 or 23.75% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F293E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F293E6 is #0D6C19. Grayscale: #B8B8B8. Windows color (decimal): -879642 or 15111154. OLE color: 15111154.

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

Color convert

RGB242147230-
CMYK00.390.050.05
HSL307.58º78.51%76.27%-
HSV(B)307.58º39.26%94.9%-
XYZ61.3345.4680.4-
YUV184.87153.47168.75-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.10%
GREEN value IS 147 (57.81% from 255) = 23.75%
BLUE value IS 230 (90.23% from 255) = 37.16%
R=39.10%
G=23.75%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214723000.390.050.05307.5878.5176.27
HexF293E6027551344f4c
Octal36222334604755464117114
Binary111100101001001111100110010011110110110011010010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F293E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F293E6; }

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

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

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

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

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

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

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

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