#F482E2

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

Shades of Pale Magenta #F482E2

Tints of Pale Magenta #F482E2

Color information

#F482E2 (or 0xF482E2) is unknown color: approx Pale Magenta. HEX triplet: F4, 82 and E2. RGB value is (244,130,226). Sum of RGB (Red+Green+Blue) = 244+130+226=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 130 (51.17% from 255 or 21.67% from 600); Blue value is 226 (88.67% from 255 or 37.67% from 600); Max value from RGB is 244 - color contains mainly: red. Hex color #F482E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482E2 is #0B7D1D. Grayscale: #AEAEAE. Windows color (decimal): -752926 or 14844660. OLE color: 14844660.

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

Color convert

RGB244130226-
CMYK00.470.070.04
HSL309.47º83.82%73.33%-
HSV(B)309.47º46.72%95.69%-
XYZ59.0240.6976.69-
YUV175.03156.77177.19-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.67%
GREEN value IS 130 (51.17% from 255) = 21.67%
BLUE value IS 226 (88.67% from 255) = 37.67%
R=40.67%
G=21.67%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413022600.470.070.04309.4783.8273.33
HexF482E202F741355449
Octal36420234205774465124111
Binary111101001000001011100010010111111110010011010110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F482E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F482E2; }

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

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

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

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

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

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

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

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