#F983E3

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

Shades of Pale Magenta #F983E3

Tints of Pale Magenta #F983E3

Color information

#F983E3 (or 0xF983E3) is unknown color: approx Pale Magenta. HEX triplet: F9, 83 and E3. RGB value is (249,131,227). Sum of RGB (Red+Green+Blue) = 249+131+227=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 131 (51.56% from 255 or 21.58% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F983E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983E3 is #067C1C. Grayscale: #B0B0B0. Windows color (decimal): -424989 or 14910457. OLE color: 14910457.

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

Color convert

RGB249131227-
CMYK00.470.090.02
HSL311.19º90.77%74.51%-
HSV(B)311.19º47.39%97.65%-
XYZ61.0541.9277.55-
YUV177.23156.09179.19-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.02%
GREEN value IS 131 (51.56% from 255) = 21.58%
BLUE value IS 227 (89.06% from 255) = 37.40%
R=41.02%
G=21.58%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913122700.470.090.02311.1990.7774.51
HexF983E302F921375b4b
Octal371203343057112467133113
Binary111110011000001111100011010111110011010011011110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F983E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F983E3; }

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

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

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

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

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

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

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

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