#F67FD3

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

Shades of Pale Magenta #F67FD3

Tints of Pale Magenta #F67FD3

Color information

#F67FD3 (or 0xF67FD3) is unknown color: approx Pale Magenta. HEX triplet: F6, 7F and D3. RGB value is (246,127,211). Sum of RGB (Red+Green+Blue) = 246+127+211=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 127 (50% from 255 or 21.75% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FD3 is #09802C. Grayscale: #ABABAB. Windows color (decimal): -622637 or 13860854. OLE color: 13860854.

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

Color convert

RGB246127211-
CMYK00.480.140.04
HSL317.65º86.86%73.14%-
HSV(B)317.65º48.37%96.47%-
XYZ57.3539.4766.22-
YUV172.16149.92180.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.12%
GREEN value IS 127 (50% from 255) = 21.75%
BLUE value IS 211 (82.81% from 255) = 36.13%
R=42.12%
G=21.75%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612721100.480.140.04317.6586.8673.14
HexF67FD3030E413e5749
Octal366177323060164476127111
Binary111101101111111110100110110000111010010011111010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67FD3; }

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

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

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

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

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

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

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

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