#F991F0

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

Shades of Pale Magenta #F991F0

Tints of Pale Magenta #F991F0

Color information

#F991F0 (or 0xF991F0) is unknown color: approx Pale Magenta. HEX triplet: F9, 91 and F0. RGB value is (249,145,240). Sum of RGB (Red+Green+Blue) = 249+145+240=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 145 (57.03% from 255 or 22.87% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F991F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F991F0 is #066E0F. Grayscale: #BABABA. Windows color (decimal): -421392 or 15766009. OLE color: 15766009.

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

Color convert

RGB249145240-
CMYK00.420.040.02
HSL305.19º89.66%77.25%-
HSV(B)305.19º41.77%97.65%-
XYZ64.9246.6888.03-
YUV186.93157.96172.28-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.27%
GREEN value IS 145 (57.03% from 255) = 22.87%
BLUE value IS 240 (94.14% from 255) = 37.85%
R=39.27%
G=22.87%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914524000.420.040.02305.1989.6677.25
HexF991F002A421315a4d
Octal37122136005242461132115
Binary11111001100100011111000001010101001010011000110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F991F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F991F0; }

 p { color: rgb(249,145,240); }

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

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

 a { background-color: rgb(249,145,240); }

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

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

 span { border-color: rgb(249,145,240); }

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