#F981E4

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

Shades of Pale Magenta #F981E4

Tints of Pale Magenta #F981E4

Color information

#F981E4 (or 0xF981E4) is unknown color: approx Pale Magenta. HEX triplet: F9, 81 and E4. RGB value is (249,129,228). Sum of RGB (Red+Green+Blue) = 249+129+228=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 129 (50.78% from 255 or 21.29% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F981E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F981E4 is #067E1B. Grayscale: #AFAFAF. Windows color (decimal): -425500 or 14975481. OLE color: 14975481.

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

Color convert

RGB249129228-
CMYK00.480.080.02
HSL310.5º90.91%74.12%-
HSV(B)310.5º48.19%97.65%-
XYZ60.9241.4478.19-
YUV176.17157.26179.95-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.09%
GREEN value IS 129 (50.78% from 255) = 21.29%
BLUE value IS 228 (89.45% from 255) = 37.62%
R=41.09%
G=21.29%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912922800.480.080.02310.590.9174.12
HexF981E4030821365b4a
Octal371201344060102466133112
Binary111110011000000111100100011000010001010011011010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F981E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F981E4; }

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

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

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

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

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

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

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

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