#F983E0

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

Shades of Pale Magenta #F983E0

Tints of Pale Magenta #F983E0

Color information

#F983E0 (or 0xF983E0) is unknown color: approx Pale Magenta. HEX triplet: F9, 83 and E0. RGB value is (249,131,224). Sum of RGB (Red+Green+Blue) = 249+131+224=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 131 (51.56% from 255 or 21.69% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F983E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983E0 is #067C1F. Grayscale: #B0B0B0. Windows color (decimal): -424992 or 14713849. OLE color: 14713849.

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

Color convert

RGB249131224-
CMYK00.470.100.02
HSL312.71º90.77%74.51%-
HSV(B)312.71º47.39%97.65%-
XYZ60.6441.7575.38-
YUV176.88154.59179.44-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.23%
GREEN value IS 131 (51.56% from 255) = 21.69%
BLUE value IS 224 (87.89% from 255) = 37.09%
R=41.23%
G=21.69%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913122400.470.100.02312.7190.7774.51
HexF983E002FA21395b4b
Octal371203340057122471133113
Binary111110011000001111100000010111110101010011100110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F983E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F983E0; }

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

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

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

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

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

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

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

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