#F992E3

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

Shades of Pale Magenta #F992E3

Tints of Pale Magenta #F992E3

Color information

#F992E3 (or 0xF992E3) is unknown color: approx Pale Magenta. HEX triplet: F9, 92 and E3. RGB value is (249,146,227). Sum of RGB (Red+Green+Blue) = 249+146+227=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 146 (57.42% from 255 or 23.47% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F992E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992E3 is #066D1C. Grayscale: #B9B9B9. Windows color (decimal): -421149 or 14914297. OLE color: 14914297.

HSL color Cylindrical-coordinate representation of color #F992E3: hue angle of 312.82º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F992E3 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB249146227-
CMYK00.410.090.02
HSL312.82º89.57%77.45%-
HSV(B)312.82º41.37%97.65%-
XYZ63.2146.2478.27-
YUV186.03151.12172.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.03%
GREEN value IS 146 (57.42% from 255) = 23.47%
BLUE value IS 227 (89.06% from 255) = 36.50%
R=40.03%
G=23.47%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914622700.410.090.02312.8289.5777.45
HexF992E3029921395a4d
Octal371222343051112471132115
Binary111110011001001011100011010100110011010011100110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F992E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F992E3; }

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

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

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

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

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

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

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

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