#F67FDE

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

Shades of Pale Magenta #F67FDE

Tints of Pale Magenta #F67FDE

Color information

#F67FDE (or 0xF67FDE) is unknown color: approx Pale Magenta. HEX triplet: F6, 7F and DE. RGB value is (246,127,222). Sum of RGB (Red+Green+Blue) = 246+127+222=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 127 (50% from 255 or 21.34% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FDE is #098021. Grayscale: #ADADAD. Windows color (decimal): -622626 or 14581750. OLE color: 14581750.

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

Color convert

RGB246127222-
CMYK00.480.100.04
HSL312.1º86.86%73.14%-
HSV(B)312.1º48.37%96.47%-
XYZ58.7840.0573.74-
YUV173.41155.42179.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.34%
GREEN value IS 127 (50% from 255) = 21.34%
BLUE value IS 222 (87.11% from 255) = 37.31%
R=41.34%
G=21.34%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612722200.480.100.04312.186.8673.14
HexF67FDE030A41385749
Octal366177336060124470127111
Binary111101101111111110111100110000101010010011100010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67FDE; }

 p { color: rgb(246,127,222); }

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

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

 a { background-color: rgb(246,127,222); }

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

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

 span { border-color: rgb(246,127,222); }

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