#F193E0

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

Shades of Pale Magenta #F193E0

Tints of Pale Magenta #F193E0

Color information

#F193E0 (or 0xF193E0) is unknown color: approx Pale Magenta. HEX triplet: F1, 93 and E0. RGB value is (241,147,224). Sum of RGB (Red+Green+Blue) = 241+147+224=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 147 (57.81% from 255 or 24.02% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F193E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F193E0 is #0E6C1F. Grayscale: #B7B7B7. Windows color (decimal): -945184 or 14717937. OLE color: 14717937.

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

Color convert

RGB241147224-
CMYK00.390.070.05
HSL310.85º77.05%76.08%-
HSV(B)310.85º39%94.51%-
XYZ60.1644.9576.03-
YUV183.88150.64168.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.38%
GREEN value IS 147 (57.81% from 255) = 24.02%
BLUE value IS 224 (87.89% from 255) = 36.60%
R=39.38%
G=24.02%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114722400.390.070.05310.8577.0576.08
HexF193E0027751374d4c
Octal36122334004775467115114
Binary111100011001001111100000010011111110110011011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193E0; }

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

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

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

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

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

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

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

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