#F081D2

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

Shades of Pale Magenta #F081D2

Tints of Pale Magenta #F081D2

Color information

#F081D2 (or 0xF081D2) is unknown color: approx Pale Magenta. HEX triplet: F0, 81 and D2. RGB value is (240,129,210). Sum of RGB (Red+Green+Blue) = 240+129+210=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 129 (50.78% from 255 or 22.28% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F081D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081D2 is #0F7E2D. Grayscale: #ABABAB. Windows color (decimal): -1015342 or 13795824. OLE color: 13795824.

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

Color convert

RGB240129210-
CMYK00.460.120.06
HSL316.22º78.72%72.35%-
HSV(B)316.22º46.25%94.12%-
XYZ55.4238.8865.56-
YUV171.42149.77176.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.45%
GREEN value IS 129 (50.78% from 255) = 22.28%
BLUE value IS 210 (82.42% from 255) = 36.27%
R=41.45%
G=22.28%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012921000.460.120.06316.2278.7272.35
HexF081D202EC613c4f48
Octal360201322056146474117110
Binary1111000010000001110100100101110110011010011110010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F081D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F081D2; }

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

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

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

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

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

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

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

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