#F681E0

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

Shades of Pale Magenta #F681E0

Tints of Pale Magenta #F681E0

Color information

#F681E0 (or 0xF681E0) is unknown color: approx Pale Magenta. HEX triplet: F6, 81 and E0. RGB value is (246,129,224). Sum of RGB (Red+Green+Blue) = 246+129+224=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 129 (50.78% from 255 or 21.54% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F681E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681E0 is #097E1F. Grayscale: #AEAEAE. Windows color (decimal): -622112 or 14713334. OLE color: 14713334.

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

Color convert

RGB246129224-
CMYK00.480.090.04
HSL311.28º86.67%73.53%-
HSV(B)311.28º47.56%96.47%-
XYZ59.3140.6875.25-
YUV174.81155.76178.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.07%
GREEN value IS 129 (50.78% from 255) = 21.54%
BLUE value IS 224 (87.89% from 255) = 37.40%
R=41.07%
G=21.54%
B=37.40%

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
Decimal24612922400.480.090.04311.2886.6773.53
HexF681E003094137574a
Octal366201340060114467127112
Binary1111011010000001111000000110000100110010011011110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F681E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F681E0; }

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

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

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

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

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

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

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

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