#F46FE6

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

Shades of Pale Magenta #F46FE6

Tints of Pale Magenta #F46FE6

Color information

#F46FE6 (or 0xF46FE6) is unknown color: approx Pale Magenta. HEX triplet: F4, 6F and E6. RGB value is (244,111,230). Sum of RGB (Red+Green+Blue) = 244+111+230=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 111 (43.75% from 255 or 18.97% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F46FE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F46FE6 is #0B9019. Grayscale: #A3A3A3. Windows color (decimal): -757786 or 15101940. OLE color: 15101940.

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

Color convert

RGB244111230-
CMYK00.550.060.04
HSL306.32º85.81%69.61%-
HSV(B)306.32º54.51%95.69%-
XYZ57.2836.3278.85-
YUV164.33165.06184.82-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.71%
GREEN value IS 111 (43.75% from 255) = 18.97%
BLUE value IS 230 (90.23% from 255) = 39.32%
R=41.71%
G=18.97%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411123000.550.060.04306.3285.8169.61
HexF46FE6037641325646
Octal36415734606764462126106
Binary11110100110111111100110011011111010010011001010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46FE6; }

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

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

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

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

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

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

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

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