#F67FD4

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

Shades of Pale Magenta #F67FD4

Tints of Pale Magenta #F67FD4

Color information

#F67FD4 (or 0xF67FD4) is unknown color: approx Pale Magenta. HEX triplet: F6, 7F and D4. RGB value is (246,127,212). Sum of RGB (Red+Green+Blue) = 246+127+212=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FD4 is #09802B. Grayscale: #ACACAC. Windows color (decimal): -622636 or 13926390. OLE color: 13926390.

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

Color convert

RGB246127212-
CMYK00.480.140.04
HSL317.14º86.86%73.14%-
HSV(B)317.14º48.37%96.47%-
XYZ57.4839.5366.89-
YUV172.27150.42180.59-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.05%
GREEN value IS 127 (50% from 255) = 21.71%
BLUE value IS 212 (83.20% from 255) = 36.24%
R=42.05%
G=21.71%
B=36.24%

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
Decimal24612721200.480.140.04317.1486.8673.14
HexF67FD4030E413d5749
Octal366177324060164475127111
Binary111101101111111110101000110000111010010011110110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67FD4; }

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

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

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

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

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

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

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

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