#F992EA

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

Shades of Pale Magenta #F992EA

Tints of Pale Magenta #F992EA

Color information

#F992EA (or 0xF992EA) is unknown color: approx Pale Magenta. HEX triplet: F9, 92 and EA. RGB value is (249,146,234). Sum of RGB (Red+Green+Blue) = 249+146+234=629 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.59% from 629); Green value is 146 (57.42% from 255 or 23.21% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 249 - color contains mainly: red. Hex color #F992EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F992EA is #066D15. Grayscale: #BABABA. Windows color (decimal): -421142 or 15373049. OLE color: 15373049.

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

Color convert

RGB249146234-
CMYK00.410.060.02
HSL308.74º89.57%77.45%-
HSV(B)308.74º41.37%97.65%-
XYZ64.246.6483.46-
YUV186.83154.62172.34-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.59%
GREEN value IS 146 (57.42% from 255) = 23.21%
BLUE value IS 234 (91.80% from 255) = 37.20%
R=39.59%
G=23.21%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914623400.410.060.02308.7489.5777.45
HexF992EA029621355a4d
Octal37122235205162465132115
Binary11111001100100101110101001010011101010011010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F992EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F992EA; }

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

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

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

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

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

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

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

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