#F67FDC

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

Shades of Pale Magenta #F67FDC

Tints of Pale Magenta #F67FDC

Color information

#F67FDC (or 0xF67FDC) is unknown color: approx Pale Magenta. HEX triplet: F6, 7F and DC. RGB value is (246,127,220). Sum of RGB (Red+Green+Blue) = 246+127+220=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 127 (50% from 255 or 21.42% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FDC is #098023. Grayscale: #ACACAC. Windows color (decimal): -622628 or 14450678. OLE color: 14450678.

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

Color convert

RGB246127220-
CMYK00.480.110.04
HSL313.11º86.86%73.14%-
HSV(B)313.11º48.37%96.47%-
XYZ58.5139.9472.34-
YUV173.18154.42179.94-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.48%
GREEN value IS 127 (50% from 255) = 21.42%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=41.48%
G=21.42%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612722000.480.110.04313.1186.8673.14
HexF67FDC030B41395749
Octal366177334060134471127111
Binary111101101111111110111000110000101110010011100110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67FDC; }

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

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

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

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

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

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

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

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