#F28AD4

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

Shades of Pale Magenta #F28AD4

Tints of Pale Magenta #F28AD4

Color information

#F28AD4 (or 0xF28AD4) is unknown color: approx Pale Magenta. HEX triplet: F2, 8A and D4. RGB value is (242,138,212). Sum of RGB (Red+Green+Blue) = 242+138+212=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 138 (54.30% from 255 or 23.31% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F28AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28AD4 is #0D752B. Grayscale: #B1B1B1. Windows color (decimal): -881964 or 13929202. OLE color: 13929202.

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

Color convert

RGB242138212-
CMYK00.430.120.05
HSL317.31º80%74.51%-
HSV(B)317.31º42.98%94.9%-
XYZ57.5941.8167.32-
YUV177.53147.46173.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.88%
GREEN value IS 138 (54.30% from 255) = 23.31%
BLUE value IS 212 (83.20% from 255) = 35.81%
R=40.88%
G=23.31%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213821200.430.120.05317.318074.51
HexF28AD402BC513d504b
Octal362212324053145475120113
Binary1111001010001010110101000101011110010110011110110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28AD4; }

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

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

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

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

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

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

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

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