#F28FDA

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

Shades of Pale Magenta #F28FDA

Tints of Pale Magenta #F28FDA

Color information

#F28FDA (or 0xF28FDA) is unknown color: approx Pale Magenta. HEX triplet: F2, 8F and DA. RGB value is (242,143,218). Sum of RGB (Red+Green+Blue) = 242+143+218=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 143 (56.25% from 255 or 23.71% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28FDA is #0D7025. Grayscale: #B4B4B4. Windows color (decimal): -880678 or 14323698. OLE color: 14323698.

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

Color convert

RGB242143218-
CMYK00.410.100.05
HSL314.55º79.2%75.49%-
HSV(B)314.55º40.91%94.9%-
XYZ59.143.5871.63-
YUV181.15148.8171.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.13%
GREEN value IS 143 (56.25% from 255) = 23.71%
BLUE value IS 218 (85.55% from 255) = 36.15%
R=40.13%
G=23.71%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214321800.410.100.05314.5579.275.49
HexF28FDA029A513b4f4b
Octal362217332051125473117113
Binary1111001010001111110110100101001101010110011101110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28FDA; }

 p { color: rgb(242,143,218); }

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

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

 a { background-color: rgb(242,143,218); }

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

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

 span { border-color: rgb(242,143,218); }

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