#F67DDC

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

Shades of Pale Magenta #F67DDC

Tints of Pale Magenta #F67DDC

Color information

#F67DDC (or 0xF67DDC) is unknown color: approx Pale Magenta. HEX triplet: F6, 7D and DC. RGB value is (246,125,220). Sum of RGB (Red+Green+Blue) = 246+125+220=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 125 (49.22% from 255 or 21.15% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F67DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67DDC is #098223. Grayscale: #ABABAB. Windows color (decimal): -623140 or 14450166. OLE color: 14450166.

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

Color convert

RGB246125220-
CMYK00.490.110.04
HSL312.89º87.05%72.75%-
HSV(B)312.89º49.19%96.47%-
XYZ58.2639.4372.25-
YUV172.01155.09180.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.62%
GREEN value IS 125 (49.22% from 255) = 21.15%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=41.62%
G=21.15%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612522000.490.110.04312.8987.0572.75
HexF67DDC031B41395749
Octal366175334061134471127111
Binary111101101111101110111000110001101110010011100110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67DDC; }

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

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

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

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

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

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

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

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