#F184E2

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

Shades of Pale Magenta #F184E2

Tints of Pale Magenta #F184E2

Color information

#F184E2 (or 0xF184E2) is unknown color: approx Pale Magenta. HEX triplet: F1, 84 and E2. RGB value is (241,132,226). Sum of RGB (Red+Green+Blue) = 241+132+226=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 132 (51.95% from 255 or 22.04% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F184E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184E2 is #0E7B1D. Grayscale: #AFAFAF. Windows color (decimal): -949022 or 14845169. OLE color: 14845169.

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

Color convert

RGB241132226-
CMYK00.450.060.05
HSL308.26º79.56%73.14%-
HSV(B)308.26º45.23%94.51%-
XYZ58.2540.6976.74-
YUV175.31156.61174.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.23%
GREEN value IS 132 (51.95% from 255) = 22.04%
BLUE value IS 226 (88.67% from 255) = 37.73%
R=40.23%
G=22.04%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113222600.450.060.05308.2679.5673.14
HexF184E202D651345049
Octal36120434205565464120111
Binary111100011000010011100010010110111010110011010010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F184E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F184E2; }

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

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

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

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

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

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

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

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