#F191E3

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

Shades of Pale Magenta #F191E3

Tints of Pale Magenta #F191E3

Color information

#F191E3 (or 0xF191E3) is unknown color: approx Pale Magenta. HEX triplet: F1, 91 and E3. RGB value is (241,145,227). Sum of RGB (Red+Green+Blue) = 241+145+227=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 145 (57.03% from 255 or 23.65% from 613); Blue value is 227 (89.06% from 255 or 37.03% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F191E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191E3 is #0E6E1C. Grayscale: #B6B6B6. Windows color (decimal): -945693 or 14914033. OLE color: 14914033.

HSL color Cylindrical-coordinate representation of color #F191E3: hue angle of 308.75º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F191E3 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB241145227-
CMYK00.400.060.05
HSL308.75º77.42%75.69%-
HSV(B)308.75º39.83%94.51%-
XYZ60.2744.578.09-
YUV183.05152.8169.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.31%
GREEN value IS 145 (57.03% from 255) = 23.65%
BLUE value IS 227 (89.06% from 255) = 37.03%
R=39.31%
G=23.65%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114522700.400.060.05308.7577.4275.69
HexF191E3028651354d4c
Octal36122134305065465115114
Binary111100011001000111100011010100011010110011010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F191E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F191E3; }

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

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

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

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

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

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

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

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