#F184DE

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

Shades of Pale Magenta #F184DE

Tints of Pale Magenta #F184DE

Color information

#F184DE (or 0xF184DE) is unknown color: approx Pale Magenta. HEX triplet: F1, 84 and DE. RGB value is (241,132,222). Sum of RGB (Red+Green+Blue) = 241+132+222=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 132 (51.95% from 255 or 22.18% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F184DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184DE is #0E7B21. Grayscale: #AEAEAE. Windows color (decimal): -949026 or 14583025. OLE color: 14583025.

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

Color convert

RGB241132222-
CMYK00.450.080.05
HSL310.46º79.56%73.14%-
HSV(B)310.46º45.23%94.51%-
XYZ57.7140.4873.88-
YUV174.85154.61175.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.50%
GREEN value IS 132 (51.95% from 255) = 22.18%
BLUE value IS 222 (87.11% from 255) = 37.31%
R=40.50%
G=22.18%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113222200.450.080.05310.4679.5673.14
HexF184DE02D851365049
Octal361204336055105466120111
Binary1111000110000100110111100101101100010110011011010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F184DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F184DE; }

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

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

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

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

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

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

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

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