#F193E3

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

Shades of Pale Magenta #F193E3

Tints of Pale Magenta #F193E3

Color information

#F193E3 (or 0xF193E3) is unknown color: approx Pale Magenta. HEX triplet: F1, 93 and E3. RGB value is (241,147,227). Sum of RGB (Red+Green+Blue) = 241+147+227=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 147 (57.81% from 255 or 23.90% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F193E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F193E3 is #0E6C1C. Grayscale: #B7B7B7. Windows color (decimal): -945181 or 14914545. OLE color: 14914545.

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

Color convert

RGB241147227-
CMYK00.390.060.05
HSL308.94º77.05%76.08%-
HSV(B)308.94º39%94.51%-
XYZ60.5745.1178.19-
YUV184.23152.14168.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.19%
GREEN value IS 147 (57.81% from 255) = 23.90%
BLUE value IS 227 (89.06% from 255) = 36.91%
R=39.19%
G=23.90%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114722700.390.060.05308.9477.0576.08
HexF193E3027651354d4c
Octal36122334304765465115114
Binary111100011001001111100011010011111010110011010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193E3; }

 p { color: rgb(241,147,227); }

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

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

 a { background-color: rgb(241,147,227); }

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

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

 span { border-color: rgb(241,147,227); }

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