#F47FE6

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

Shades of Pale Magenta #F47FE6

Tints of Pale Magenta #F47FE6

Color information

#F47FE6 (or 0xF47FE6) is unknown color: approx Pale Magenta. HEX triplet: F4, 7F and E6. RGB value is (244,127,230). Sum of RGB (Red+Green+Blue) = 244+127+230=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 127 (50% from 255 or 21.13% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 244 - color contains mainly: red. Hex color #F47FE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F47FE6 is #0B8019. Grayscale: #ADADAD. Windows color (decimal): -753690 or 15106036. OLE color: 15106036.

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

Color convert

RGB244127230-
CMYK00.480.060.04
HSL307.18º84.17%72.75%-
HSV(B)307.18º47.95%95.69%-
XYZ59.1840.1379.49-
YUV173.72159.76178.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.60%
GREEN value IS 127 (50% from 255) = 21.13%
BLUE value IS 230 (90.23% from 255) = 38.27%
R=40.60%
G=21.13%
B=38.27%

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
Decimal24412723000.480.060.04307.1884.1772.75
HexF47FE6030641335449
Octal36417734606064463124111
Binary11110100111111111100110011000011010010011001110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47FE6; }

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

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

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

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

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

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

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

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