#F193E8

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

Shades of Pale Magenta #F193E8

Tints of Pale Magenta #F193E8

Color information

#F193E8 (or 0xF193E8) is unknown color: approx Pale Magenta. HEX triplet: F1, 93 and E8. RGB value is (241,147,232). Sum of RGB (Red+Green+Blue) = 241+147+232=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 147 (57.81% from 255 or 23.71% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F193E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F193E8 is #0E6C17. Grayscale: #B8B8B8. Windows color (decimal): -945176 or 15242225. OLE color: 15242225.

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

Color convert

RGB241147232-
CMYK00.390.040.05
HSL305.74º77.05%76.08%-
HSV(B)305.74º39%94.51%-
XYZ61.2745.3981.88-
YUV184.8154.64168.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.87%
GREEN value IS 147 (57.81% from 255) = 23.71%
BLUE value IS 232 (91.02% from 255) = 37.42%
R=38.87%
G=23.71%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114723200.390.040.05305.7477.0576.08
HexF193E8027451324d4c
Octal36122335004745462115114
Binary111100011001001111101000010011110010110011001010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193E8; }

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

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

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

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

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

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

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

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