#F981DF

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

Shades of Pale Magenta #F981DF

Tints of Pale Magenta #F981DF

Color information

#F981DF (or 0xF981DF) is unknown color: approx Pale Magenta. HEX triplet: F9, 81 and DF. RGB value is (249,129,223). Sum of RGB (Red+Green+Blue) = 249+129+223=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 129 (50.78% from 255 or 21.46% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F981DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F981DF is #067E20. Grayscale: #AFAFAF. Windows color (decimal): -425505 or 14647801. OLE color: 14647801.

HSL color Cylindrical-coordinate representation of color #F981DF: hue angle of 313º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F981DF is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB249129223-
CMYK00.480.100.02
HSL313º90.91%74.12%-
HSV(B)313º48.19%97.65%-
XYZ60.2441.1774.58-
YUV175.6154.76180.36-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.43%
GREEN value IS 129 (50.78% from 255) = 21.46%
BLUE value IS 223 (87.5% from 255) = 37.10%
R=41.43%
G=21.46%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912922300.480.100.0231390.9174.12
HexF981DF030A21395b4a
Octal371201337060122471133112
Binary111110011000000111011111011000010101010011100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F981DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F981DF; }

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

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

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

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

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

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

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

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