#F282D3

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

Shades of Pale Magenta #F282D3

Tints of Pale Magenta #F282D3

Color information

#F282D3 (or 0xF282D3) is unknown color: approx Pale Magenta. HEX triplet: F2, 82 and D3. RGB value is (242,130,211). Sum of RGB (Red+Green+Blue) = 242+130+211=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 130 (51.17% from 255 or 22.30% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F282D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F282D3 is #0D7D2C. Grayscale: #ACACAC. Windows color (decimal): -884013 or 13861618. OLE color: 13861618.

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

Color convert

RGB242130211-
CMYK00.460.130.05
HSL316.61º81.16%72.94%-
HSV(B)316.61º46.28%94.9%-
XYZ56.3639.5566.29-
YUV172.72149.61177.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.51%
GREEN value IS 130 (51.17% from 255) = 22.30%
BLUE value IS 211 (82.81% from 255) = 36.19%
R=41.51%
G=22.30%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213021100.460.130.05316.6181.1672.94
HexF282D302ED513d5149
Octal362202323056155475121111
Binary1111001010000010110100110101110110110110011110110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F282D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F282D3; }

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

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

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

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

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

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

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

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