#F392EB

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

Shades of Pale Magenta #F392EB

Tints of Pale Magenta #F392EB

Color information

#F392EB (or 0xF392EB) is unknown color: approx Pale Magenta. HEX triplet: F3, 92 and EB. RGB value is (243,146,235). Sum of RGB (Red+Green+Blue) = 243+146+235=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 146 (57.42% from 255 or 23.40% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F392EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F392EB is #0C6D14. Grayscale: #B8B8B8. Windows color (decimal): -814357 or 15438579. OLE color: 15438579.

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

Color convert

RGB243146235-
CMYK00.400.030.05
HSL304.95º80.17%76.27%-
HSV(B)304.95º39.92%95.29%-
XYZ62.2445.6184.12-
YUV185.15156.14169.26-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.94%
GREEN value IS 146 (57.42% from 255) = 23.40%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=38.94%
G=23.40%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314623500.400.030.05304.9580.1776.27
HexF392EB02835131504c
Octal36322235305035461120114
Binary11110011100100101110101101010001110110011000110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F392EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F392EB; }

 p { color: rgb(243,146,235); }

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

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

 a { background-color: rgb(243,146,235); }

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

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

 span { border-color: rgb(243,146,235); }

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