#F28AD8

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

Shades of Pale Magenta #F28AD8

Tints of Pale Magenta #F28AD8

Color information

#F28AD8 (or 0xF28AD8) is unknown color: approx Pale Magenta. HEX triplet: F2, 8A and D8. RGB value is (242,138,216). Sum of RGB (Red+Green+Blue) = 242+138+216=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 138 (54.30% from 255 or 23.15% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F28AD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28AD8 is #0D7527. Grayscale: #B1B1B1. Windows color (decimal): -881960 or 14191346. OLE color: 14191346.

HSL color Cylindrical-coordinate representation of color #F28AD8: hue angle of 315º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28AD8 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB242138216-
CMYK00.430.110.05
HSL315º80%74.51%-
HSV(B)315º42.98%94.9%-
XYZ58.142.0170.01-
YUV177.99149.46173.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.60%
GREEN value IS 138 (54.30% from 255) = 23.15%
BLUE value IS 216 (84.77% from 255) = 36.24%
R=40.60%
G=23.15%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213821600.430.110.053158074.51
HexF28AD802BB513b504b
Octal362212330053135473120113
Binary1111001010001010110110000101011101110110011101110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28AD8; }

 p { color: rgb(242,138,216); }

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

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

 a { background-color: rgb(242,138,216); }

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

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

 span { border-color: rgb(242,138,216); }

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