#F081E1

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

Shades of Pale Magenta #F081E1

Tints of Pale Magenta #F081E1

Color information

#F081E1 (or 0xF081E1) is unknown color: approx Pale Magenta. HEX triplet: F0, 81 and E1. RGB value is (240,129,225). Sum of RGB (Red+Green+Blue) = 240+129+225=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F081E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081E1 is #0F7E1E. Grayscale: #ACACAC. Windows color (decimal): -1015327 or 14778864. OLE color: 14778864.

HSL color Cylindrical-coordinate representation of color #F081E1: hue angle of 308.11º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F081E1 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB240129225-
CMYK00.460.060.06
HSL308.11º78.72%72.35%-
HSV(B)308.11º46.25%94.12%-
XYZ57.3839.6675.87-
YUV173.13157.27175.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.40%
GREEN value IS 129 (50.78% from 255) = 21.72%
BLUE value IS 225 (88.28% from 255) = 37.88%
R=40.40%
G=21.72%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012922500.460.060.06308.1178.7272.35
HexF081E102E661344f48
Octal36020134105666464117110
Binary111100001000000111100001010111011011010011010010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F081E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F081E1; }

 p { color: rgb(240,129,225); }

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

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

 a { background-color: rgb(240,129,225); }

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

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

 span { border-color: rgb(240,129,225); }

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