#F282D4

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

Shades of Pale Magenta #F282D4

Tints of Pale Magenta #F282D4

Color information

#F282D4 (or 0xF282D4) is unknown color: approx Pale Magenta. HEX triplet: F2, 82 and D4. RGB value is (242,130,212). Sum of RGB (Red+Green+Blue) = 242+130+212=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 130 (51.17% from 255 or 22.26% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F282D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F282D4 is #0D7D2B. Grayscale: #ACACAC. Windows color (decimal): -884012 or 13927154. OLE color: 13927154.

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

Color convert

RGB242130212-
CMYK00.460.120.05
HSL316.07º81.16%72.94%-
HSV(B)316.07º46.28%94.9%-
XYZ56.4839.666.95-
YUV172.84150.11177.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.44%
GREEN value IS 130 (51.17% from 255) = 22.26%
BLUE value IS 212 (83.20% from 255) = 36.30%
R=41.44%
G=22.26%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213021200.460.120.05316.0781.1672.94
HexF282D402EC513c5149
Octal362202324056145474121111
Binary1111001010000010110101000101110110010110011110010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F282D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F282D4; }

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

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

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

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

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

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

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

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