#F479E2

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

Shades of Pale Magenta #F479E2

Tints of Pale Magenta #F479E2

Color information

#F479E2 (or 0xF479E2) is unknown color: approx Pale Magenta. HEX triplet: F4, 79 and E2. RGB value is (244,121,226). Sum of RGB (Red+Green+Blue) = 244+121+226=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 121 (47.66% from 255 or 20.47% from 591); Blue value is 226 (88.67% from 255 or 38.24% from 591); Max value from RGB is 244 - color contains mainly: red. Hex color #F479E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F479E2 is #0B861D. Grayscale: #A9A9A9. Windows color (decimal): -755230 or 14842356. OLE color: 14842356.

HSL color Cylindrical-coordinate representation of color #F479E2: hue angle of 308.78º 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 #F479E2 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB244121226-
CMYK00.500.070.04
HSL308.78º84.83%71.57%-
HSV(B)308.78º50.41%95.69%-
XYZ57.8738.476.31-
YUV169.75159.75180.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.29%
GREEN value IS 121 (47.66% from 255) = 20.47%
BLUE value IS 226 (88.67% from 255) = 38.24%
R=41.29%
G=20.47%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412122600.500.070.04308.7884.8371.57
HexF479E2032741355548
Octal36417134206274465125110
Binary11110100111100111100010011001011110010011010110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F479E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F479E2; }

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

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

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

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

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

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

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

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