#F394E8

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

Shades of Pale Magenta #F394E8

Tints of Pale Magenta #F394E8

Color information

#F394E8 (or 0xF394E8) is unknown color: approx Pale Magenta. HEX triplet: F3, 94 and E8. RGB value is (243,148,232). Sum of RGB (Red+Green+Blue) = 243+148+232=623 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.00% from 623); Green value is 148 (58.20% from 255 or 23.76% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 243 - color contains mainly: red. Hex color #F394E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F394E8 is #0C6B17. Grayscale: #B9B9B9. Windows color (decimal): -813848 or 15242483. OLE color: 15242483.

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

Color convert

RGB243148232-
CMYK00.390.050.05
HSL306.95º79.83%76.67%-
HSV(B)306.95º39.09%95.29%-
XYZ62.1246.0681.96-
YUV185.98153.97168.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.00%
GREEN value IS 148 (58.20% from 255) = 23.76%
BLUE value IS 232 (91.02% from 255) = 37.24%
R=39.00%
G=23.76%
B=37.24%

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
Decimal24314823200.390.050.05306.9579.8376.67
HexF394E802755133504d
Octal36322435004755463120115
Binary111100111001010011101000010011110110110011001110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F394E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F394E8; }

 p { color: rgb(243,148,232); }

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

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

 a { background-color: rgb(243,148,232); }

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

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

 span { border-color: rgb(243,148,232); }

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