#F28FDE

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

Shades of Pale Magenta #F28FDE

Tints of Pale Magenta #F28FDE

Color information

#F28FDE (or 0xF28FDE) is unknown color: approx Pale Magenta. HEX triplet: F2, 8F and DE. RGB value is (242,143,222). Sum of RGB (Red+Green+Blue) = 242+143+222=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 143 (56.25% from 255 or 23.56% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28FDE is #0D7021. Grayscale: #B5B5B5. Windows color (decimal): -880674 or 14585842. OLE color: 14585842.

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

Color convert

RGB242143222-
CMYK00.410.080.05
HSL312.12º79.2%75.49%-
HSV(B)312.12º40.91%94.9%-
XYZ59.6343.874.42-
YUV181.61150.8171.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.87%
GREEN value IS 143 (56.25% from 255) = 23.56%
BLUE value IS 222 (87.11% from 255) = 36.57%
R=39.87%
G=23.56%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214322200.410.080.05312.1279.275.49
HexF28FDE029851384f4b
Octal362217336051105470117113
Binary1111001010001111110111100101001100010110011100010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28FDE; }

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

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

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

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

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

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

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

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