#F67FD5

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

Shades of Pale Magenta #F67FD5

Tints of Pale Magenta #F67FD5

Color information

#F67FD5 (or 0xF67FD5) is unknown color: approx Pale Magenta. HEX triplet: F6, 7F and D5. RGB value is (246,127,213). Sum of RGB (Red+Green+Blue) = 246+127+213=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FD5 is #09802A. Grayscale: #ACACAC. Windows color (decimal): -622635 or 13991926. OLE color: 13991926.

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

Color convert

RGB246127213-
CMYK00.480.130.04
HSL316.64º86.86%73.14%-
HSV(B)316.64º48.37%96.47%-
XYZ57.6139.5867.55-
YUV172.39150.92180.51-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.98%
GREEN value IS 127 (50% from 255) = 21.67%
BLUE value IS 213 (83.59% from 255) = 36.35%
R=41.98%
G=21.67%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612721300.480.130.04316.6486.8673.14
HexF67FD5030D413d5749
Octal366177325060154475127111
Binary111101101111111110101010110000110110010011110110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67FD5; }

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

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

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

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

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

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

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

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