#F28ADD

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

Shades of Pale Magenta #F28ADD

Tints of Pale Magenta #F28ADD

Color information

#F28ADD (or 0xF28ADD) is unknown color: approx Pale Magenta. HEX triplet: F2, 8A and DD. RGB value is (242,138,221). Sum of RGB (Red+Green+Blue) = 242+138+221=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 138 (54.30% from 255 or 22.96% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F28ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28ADD is #0D7522. Grayscale: #B2B2B2. Windows color (decimal): -881955 or 14519026. OLE color: 14519026.

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

Color convert

RGB242138221-
CMYK00.430.090.05
HSL312.12º80%74.51%-
HSV(B)312.12º42.98%94.9%-
XYZ58.7642.2773.47-
YUV178.56151.96173.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.27%
GREEN value IS 138 (54.30% from 255) = 22.96%
BLUE value IS 221 (86.72% from 255) = 36.77%
R=40.27%
G=22.96%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213822100.430.090.05312.128074.51
HexF28ADD02B95138504b
Octal362212335053115470120113
Binary1111001010001010110111010101011100110110011100010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28ADD; }

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

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

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

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

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

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

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

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