#F193E1

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

Shades of Pale Magenta #F193E1

Tints of Pale Magenta #F193E1

Color information

#F193E1 (or 0xF193E1) is unknown color: approx Pale Magenta. HEX triplet: F1, 93 and E1. RGB value is (241,147,225). Sum of RGB (Red+Green+Blue) = 241+147+225=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F193E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F193E1 is #0E6C1E. Grayscale: #B7B7B7. Windows color (decimal): -945183 or 14783473. OLE color: 14783473.

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

Color convert

RGB241147225-
CMYK00.390.070.05
HSL310.21º77.05%76.08%-
HSV(B)310.21º39%94.51%-
XYZ60.34576.74-
YUV184151.14168.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.31%
GREEN value IS 147 (57.81% from 255) = 23.98%
BLUE value IS 225 (88.28% from 255) = 36.70%
R=39.31%
G=23.98%
B=36.70%

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
Decimal24114722500.390.070.05310.2177.0576.08
HexF193E1027751364d4c
Octal36122334104775466115114
Binary111100011001001111100001010011111110110011011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193E1; }

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

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

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

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

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

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

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

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