#F191DF

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

Shades of Pale Magenta #F191DF

Tints of Pale Magenta #F191DF

Color information

#F191DF (or 0xF191DF) is unknown color: approx Pale Magenta. HEX triplet: F1, 91 and DF. RGB value is (241,145,223). Sum of RGB (Red+Green+Blue) = 241+145+223=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 145 (57.03% from 255 or 23.81% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F191DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191DF is #0E6E20. Grayscale: #B6B6B6. Windows color (decimal): -945697 or 14651889. OLE color: 14651889.

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

Color convert

RGB241145223-
CMYK00.400.070.05
HSL311.25º77.42%75.69%-
HSV(B)311.25º39.83%94.51%-
XYZ59.7244.2875.21-
YUV182.6150.8169.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.57%
GREEN value IS 145 (57.03% from 255) = 23.81%
BLUE value IS 223 (87.5% from 255) = 36.62%
R=39.57%
G=23.81%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114522300.400.070.05311.2577.4275.69
HexF191DF028751374d4c
Octal36122133705075467115114
Binary111100011001000111011111010100011110110011011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F191DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F191DF; }

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

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

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

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

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

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

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

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