#F193E7

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

Shades of Pale Magenta #F193E7

Tints of Pale Magenta #F193E7

Color information

#F193E7 (or 0xF193E7) is unknown color: approx Pale Magenta. HEX triplet: F1, 93 and E7. RGB value is (241,147,231). Sum of RGB (Red+Green+Blue) = 241+147+231=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 147 (57.81% from 255 or 23.75% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F193E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F193E7 is #0E6C18. Grayscale: #B8B8B8. Windows color (decimal): -945177 or 15176689. OLE color: 15176689.

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

Color convert

RGB241147231-
CMYK00.390.040.05
HSL306.38º77.05%76.08%-
HSV(B)306.38º39%94.51%-
XYZ61.1345.3481.13-
YUV184.68154.14168.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.93%
GREEN value IS 147 (57.81% from 255) = 23.75%
BLUE value IS 231 (90.62% from 255) = 37.32%
R=38.93%
G=23.75%
B=37.32%

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
Decimal24114723100.390.040.05306.3877.0576.08
HexF193E7027451324d4c
Octal36122334704745462115114
Binary111100011001001111100111010011110010110011001010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193E7; }

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

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

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

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

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

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

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

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