#F28FD4

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

Shades of Pale Magenta #F28FD4

Tints of Pale Magenta #F28FD4

Color information

#F28FD4 (or 0xF28FD4) is unknown color: approx Pale Magenta. HEX triplet: F2, 8F and D4. RGB value is (242,143,212). Sum of RGB (Red+Green+Blue) = 242+143+212=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28FD4 is #0D702B. Grayscale: #B4B4B4. Windows color (decimal): -880684 or 13930482. OLE color: 13930482.

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

Color convert

RGB242143212-
CMYK00.410.120.05
HSL318.18º79.2%75.49%-
HSV(B)318.18º40.91%94.9%-
XYZ58.3243.2867.57-
YUV180.47145.8171.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.54%
GREEN value IS 143 (56.25% from 255) = 23.95%
BLUE value IS 212 (83.20% from 255) = 35.51%
R=40.54%
G=23.95%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214321200.410.120.05318.1879.275.49
HexF28FD4029C513e4f4b
Octal362217324051145476117113
Binary1111001010001111110101000101001110010110011111010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28FD4; }

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

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

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

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

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

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

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

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