#F681DF

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

Shades of Pale Magenta #F681DF

Tints of Pale Magenta #F681DF

Color information

#F681DF (or 0xF681DF) is unknown color: approx Pale Magenta. HEX triplet: F6, 81 and DF. RGB value is (246,129,223). Sum of RGB (Red+Green+Blue) = 246+129+223=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 129 (50.78% from 255 or 21.57% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F681DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681DF is #097E20. Grayscale: #AEAEAE. Windows color (decimal): -622113 or 14647798. OLE color: 14647798.

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

Color convert

RGB246129223-
CMYK00.480.090.04
HSL311.79º86.67%73.53%-
HSV(B)311.79º47.56%96.47%-
XYZ59.1840.6274.53-
YUV174.7155.26178.86-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.14%
GREEN value IS 129 (50.78% from 255) = 21.57%
BLUE value IS 223 (87.5% from 255) = 37.29%
R=41.14%
G=21.57%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612922300.480.090.04311.7986.6773.53
HexF681DF03094138574a
Octal366201337060114470127112
Binary1111011010000001110111110110000100110010011100010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F681DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F681DF; }

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

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

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

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

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

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

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

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