#F681D3

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

Shades of Pale Magenta #F681D3

Tints of Pale Magenta #F681D3

Color information

#F681D3 (or 0xF681D3) is unknown color: approx Pale Magenta. HEX triplet: F6, 81 and D3. RGB value is (246,129,211). Sum of RGB (Red+Green+Blue) = 246+129+211=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 129 (50.78% from 255 or 22.01% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F681D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681D3 is #097E2C. Grayscale: #ADADAD. Windows color (decimal): -622125 or 13861366. OLE color: 13861366.

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

Color convert

RGB246129211-
CMYK00.480.140.04
HSL317.95º86.67%73.53%-
HSV(B)317.95º47.56%96.47%-
XYZ57.614066.31-
YUV173.33149.26179.83-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.98%
GREEN value IS 129 (50.78% from 255) = 22.01%
BLUE value IS 211 (82.81% from 255) = 36.01%
R=41.98%
G=22.01%
B=36.01%

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
Decimal24612921100.480.140.04317.9586.6773.53
HexF681D3030E413e574a
Octal366201323060164476127112
Binary1111011010000001110100110110000111010010011111010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F681D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F681D3; }

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

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

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

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

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

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

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

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