#F184E6

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

Shades of Pale Magenta #F184E6

Tints of Pale Magenta #F184E6

Color information

#F184E6 (or 0xF184E6) is unknown color: approx Pale Magenta. HEX triplet: F1, 84 and E6. RGB value is (241,132,230). Sum of RGB (Red+Green+Blue) = 241+132+230=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 132 (51.95% from 255 or 21.89% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F184E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F184E6 is #0E7B19. Grayscale: #AFAFAF. Windows color (decimal): -949018 or 15107313. OLE color: 15107313.

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

Color convert

RGB241132230-
CMYK00.450.050.05
HSL306.06º79.56%73.14%-
HSV(B)306.06º45.23%94.51%-
XYZ58.8140.9279.66-
YUV175.76158.61174.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.97%
GREEN value IS 132 (51.95% from 255) = 21.89%
BLUE value IS 230 (90.23% from 255) = 38.14%
R=39.97%
G=21.89%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113223000.450.050.05306.0679.5673.14
HexF184E602D551325049
Octal36120434605555462120111
Binary111100011000010011100110010110110110110011001010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F184E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F184E6; }

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

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

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

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

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

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

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

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