#F191DC

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

Shades of Pale Magenta #F191DC

Tints of Pale Magenta #F191DC

Color information

#F191DC (or 0xF191DC) is unknown color: approx Pale Magenta. HEX triplet: F1, 91 and DC. RGB value is (241,145,220). Sum of RGB (Red+Green+Blue) = 241+145+220=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 145 (57.03% from 255 or 23.93% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F191DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191DC is #0E6E23. Grayscale: #B6B6B6. Windows color (decimal): -945700 or 14455281. OLE color: 14455281.

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

Color convert

RGB241145220-
CMYK00.400.090.05
HSL313.12º77.42%75.69%-
HSV(B)313.12º39.83%94.51%-
XYZ59.3244.1273.1-
YUV182.25149.3169.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.77%
GREEN value IS 145 (57.03% from 255) = 23.93%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=39.77%
G=23.93%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114522000.400.090.05313.1277.4275.69
HexF191DC028951394d4c
Octal361221334050115471115114
Binary1111000110010001110111000101000100110110011100110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F191DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F191DC; }

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

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

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

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

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

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

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

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