#F480E6

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

Shades of Pale Magenta #F480E6

Tints of Pale Magenta #F480E6

Color information

#F480E6 (or 0xF480E6) is unknown color: approx Pale Magenta. HEX triplet: F4, 80 and E6. RGB value is (244,128,230). Sum of RGB (Red+Green+Blue) = 244+128+230=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 128 (50.39% from 255 or 21.26% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F480E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F480E6 is #0B7F19. Grayscale: #AEAEAE. Windows color (decimal): -753434 or 15106292. OLE color: 15106292.

HSL color Cylindrical-coordinate representation of color #F480E6: hue angle of 307.24º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F480E6 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB244128230-
CMYK00.480.060.04
HSL307.24º84.06%72.94%-
HSV(B)307.24º47.54%95.69%-
XYZ59.3140.3879.53-
YUV174.31159.43177.71-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.53%
GREEN value IS 128 (50.39% from 255) = 21.26%
BLUE value IS 230 (90.23% from 255) = 38.21%
R=40.53%
G=21.26%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412823000.480.060.04307.2484.0672.94
HexF480E6030641335449
Octal36420034606064463124111
Binary111101001000000011100110011000011010010011001110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F480E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F480E6; }

 p { color: rgb(244,128,230); }

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

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

 a { background-color: rgb(244,128,230); }

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

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

 span { border-color: rgb(244,128,230); }

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