#F180E3

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

Shades of Pale Magenta #F180E3

Tints of Pale Magenta #F180E3

Color information

#F180E3 (or 0xF180E3) is unknown color: approx Pale Magenta. HEX triplet: F1, 80 and E3. RGB value is (241,128,227). Sum of RGB (Red+Green+Blue) = 241+128+227=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 227 (89.06% from 255 or 38.09% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F180E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F180E3 is #0E7F1C. Grayscale: #ACACAC. Windows color (decimal): -950045 or 14909681. OLE color: 14909681.

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

Color convert

RGB241128227-
CMYK00.470.060.05
HSL307.43º80.14%72.35%-
HSV(B)307.43º46.89%94.51%-
XYZ57.8639.6977.28-
YUV173.07158.44176.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 128 (50.39% from 255) = 21.48%
BLUE value IS 227 (89.06% from 255) = 38.09%
R=40.44%
G=21.48%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112822700.470.060.05307.4380.1472.35
HexF180E302F651335048
Octal36120034305765463120110
Binary111100011000000011100011010111111010110011001110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F180E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F180E3; }

 p { color: rgb(241,128,227); }

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

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

 a { background-color: rgb(241,128,227); }

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

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

 span { border-color: rgb(241,128,227); }

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