#F081E0

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

Shades of Pale Magenta #F081E0

Tints of Pale Magenta #F081E0

Color information

#F081E0 (or 0xF081E0) is unknown color: approx Pale Magenta. HEX triplet: F0, 81 and E0. RGB value is (240,129,224). Sum of RGB (Red+Green+Blue) = 240+129+224=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 129 (50.78% from 255 or 21.75% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F081E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081E0 is #0F7E1F. Grayscale: #ACACAC. Windows color (decimal): -1015328 or 14713328. OLE color: 14713328.

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

Color convert

RGB240129224-
CMYK00.460.070.06
HSL308.65º78.72%72.35%-
HSV(B)308.65º46.25%94.12%-
XYZ57.2439.6175.15-
YUV173.02156.77175.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.47%
GREEN value IS 129 (50.78% from 255) = 21.75%
BLUE value IS 224 (87.89% from 255) = 37.77%
R=40.47%
G=21.75%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012922400.460.070.06308.6578.7272.35
HexF081E002E761354f48
Octal36020134005676465117110
Binary111100001000000111100000010111011111010011010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F081E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F081E0; }

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

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

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

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

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

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

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

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