#F980E0

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

Shades of Pale Magenta #F980E0

Tints of Pale Magenta #F980E0

Color information

#F980E0 (or 0xF980E0) is unknown color: approx Pale Magenta. HEX triplet: F9, 80 and E0. RGB value is (249,128,224). Sum of RGB (Red+Green+Blue) = 249+128+224=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 128 (50.39% from 255 or 21.30% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F980E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F980E0 is #067F1F. Grayscale: #AEAEAE. Windows color (decimal): -425760 or 14713081. OLE color: 14713081.

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

Color convert

RGB249128224-
CMYK00.490.100.02
HSL312.4º90.98%73.92%-
HSV(B)312.4º48.59%97.65%-
XYZ60.2440.9675.25-
YUV175.12155.59180.69-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.43%
GREEN value IS 128 (50.39% from 255) = 21.30%
BLUE value IS 224 (87.89% from 255) = 37.27%
R=41.43%
G=21.30%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912822400.490.100.02312.490.9873.92
HexF980E0031A21385b4a
Octal371200340061122470133112
Binary111110011000000011100000011000110101010011100010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F980E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F980E0; }

 p { color: rgb(249,128,224); }

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

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

 a { background-color: rgb(249,128,224); }

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

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

 span { border-color: rgb(249,128,224); }

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