#F479E5

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

Shades of Pale Magenta #F479E5

Tints of Pale Magenta #F479E5

Color information

#F479E5 (or 0xF479E5) is unknown color: approx Pale Magenta. HEX triplet: F4, 79 and E5. RGB value is (244,121,229). Sum of RGB (Red+Green+Blue) = 244+121+229=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 121 (47.66% from 255 or 20.37% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 244 - color contains mainly: red. Hex color #F479E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F479E5 is #0B861A. Grayscale: #A9A9A9. Windows color (decimal): -755227 or 15038964. OLE color: 15038964.

HSL color Cylindrical-coordinate representation of color #F479E5: hue angle of 307.32º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F479E5 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB244121229-
CMYK00.500.060.04
HSL307.32º84.83%71.57%-
HSV(B)307.32º50.41%95.69%-
XYZ58.2938.5678.5-
YUV170.09161.25180.72-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.08%
GREEN value IS 121 (47.66% from 255) = 20.37%
BLUE value IS 229 (89.84% from 255) = 38.55%
R=41.08%
G=20.37%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412122900.500.060.04307.3284.8371.57
HexF479E5032641335548
Octal36417134506264463125110
Binary11110100111100111100101011001011010010011001110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F479E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F479E5; }

 p { color: rgb(244,121,229); }

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

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

 a { background-color: rgb(244,121,229); }

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

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

 span { border-color: rgb(244,121,229); }

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