#F279DA

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

Shades of Pale Magenta #F279DA

Tints of Pale Magenta #F279DA

Color information

#F279DA (or 0xF279DA) is unknown color: approx Pale Magenta. HEX triplet: F2, 79 and DA. RGB value is (242,121,218). Sum of RGB (Red+Green+Blue) = 242+121+218=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 121 (47.66% from 255 or 20.83% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F279DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279DA is #0D8625. Grayscale: #A7A7A7. Windows color (decimal): -886310 or 14318066. OLE color: 14318066.

HSL color Cylindrical-coordinate representation of color #F279DA: hue angle of 311.9º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F279DA is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB242121218-
CMYK00.500.100.05
HSL311.9º82.31%71.18%-
HSV(B)311.9º50%94.9%-
XYZ56.1137.6170.63-
YUV168.24156.09180.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.65%
GREEN value IS 121 (47.66% from 255) = 20.83%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=41.65%
G=20.83%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212121800.500.100.05311.982.3171.18
HexF279DA032A51385247
Octal362171332062125470122107
Binary111100101111001110110100110010101010110011100010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F279DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F279DA; }

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

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

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

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

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

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

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

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