#F981DA

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

Shades of Pale Magenta #F981DA

Tints of Pale Magenta #F981DA

Color information

#F981DA (or 0xF981DA) is unknown color: approx Pale Magenta. HEX triplet: F9, 81 and DA. RGB value is (249,129,218). Sum of RGB (Red+Green+Blue) = 249+129+218=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 129 (50.78% from 255 or 21.64% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F981DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F981DA is #067E25. Grayscale: #AEAEAE. Windows color (decimal): -425510 or 14320121. OLE color: 14320121.

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

Color convert

RGB249129218-
CMYK00.480.120.02
HSL315.5º90.91%74.12%-
HSV(B)315.5º48.19%97.65%-
XYZ59.5740.971.08-
YUV175.03152.26180.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.78%
GREEN value IS 129 (50.78% from 255) = 21.64%
BLUE value IS 218 (85.55% from 255) = 36.58%
R=41.78%
G=21.64%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912921800.480.120.02315.590.9174.12
HexF981DA030C213c5b4a
Octal371201332060142474133112
Binary111110011000000111011010011000011001010011110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F981DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F981DA; }

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

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

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

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

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

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

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

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