#F184DF

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

Shades of Pale Magenta #F184DF

Tints of Pale Magenta #F184DF

Color information

#F184DF (or 0xF184DF) is unknown color: approx Pale Magenta. HEX triplet: F1, 84 and DF. RGB value is (241,132,223). Sum of RGB (Red+Green+Blue) = 241+132+223=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 132 (51.95% from 255 or 22.15% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F184DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184DF is #0E7B20. Grayscale: #AEAEAE. Windows color (decimal): -949025 or 14648561. OLE color: 14648561.

HSL color Cylindrical-coordinate representation of color #F184DF: hue angle of 309.91º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F184DF is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB241132223-
CMYK00.450.070.05
HSL309.91º79.56%73.14%-
HSV(B)309.91º45.23%94.51%-
XYZ57.8540.5374.59-
YUV174.96155.11175.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 132 (51.95% from 255) = 22.15%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=40.44%
G=22.15%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113222300.450.070.05309.9179.5673.14
HexF184DF02D751365049
Octal36120433705575466120111
Binary111100011000010011011111010110111110110011011010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F184DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F184DF; }

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

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

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

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

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

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

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

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