#F282D9

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

Shades of Pale Magenta #F282D9

Tints of Pale Magenta #F282D9

Color information

#F282D9 (or 0xF282D9) is unknown color: approx Pale Magenta. HEX triplet: F2, 82 and D9. RGB value is (242,130,217). Sum of RGB (Red+Green+Blue) = 242+130+217=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F282D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F282D9 is #0D7D26. Grayscale: #ADADAD. Windows color (decimal): -884007 or 14254834. OLE color: 14254834.

HSL color Cylindrical-coordinate representation of color #F282D9: hue angle of 313.39º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F282D9 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB242130217-
CMYK00.460.100.05
HSL313.39º81.16%72.94%-
HSV(B)313.39º46.28%94.9%-
XYZ57.1239.8570.33-
YUV173.41152.61176.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.09%
GREEN value IS 130 (51.17% from 255) = 22.07%
BLUE value IS 217 (85.16% from 255) = 36.84%
R=41.09%
G=22.07%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213021700.460.100.05313.3981.1672.94
HexF282D902EA51395149
Octal362202331056125471121111
Binary1111001010000010110110010101110101010110011100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F282D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F282D9; }

 p { color: rgb(242,130,217); }

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

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

 a { background-color: rgb(242,130,217); }

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

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

 span { border-color: rgb(242,130,217); }

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