#F971E9

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

Shades of Pale Magenta #F971E9

Tints of Pale Magenta #F971E9

Color information

#F971E9 (or 0xF971E9) is unknown color: approx Pale Magenta. HEX triplet: F9, 71 and E9. RGB value is (249,113,233). Sum of RGB (Red+Green+Blue) = 249+113+233=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 113 (44.53% from 255 or 18.99% from 595); Blue value is 233 (91.41% from 255 or 39.16% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F971E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F971E9 is #068E16. Grayscale: #A7A7A7. Windows color (decimal): -429591 or 15299065. OLE color: 15299065.

HSL color Cylindrical-coordinate representation of color #F971E9: hue angle of 307.06º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F971E9 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB249113233-
CMYK00.550.060.02
HSL307.06º91.89%70.98%-
HSV(B)307.06º54.62%97.65%-
XYZ59.6837.8381.25-
YUV167.34165.06186.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.85%
GREEN value IS 113 (44.53% from 255) = 18.99%
BLUE value IS 233 (91.41% from 255) = 39.16%
R=41.85%
G=18.99%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911323300.550.060.02307.0691.8970.98
HexF971E9037621335c47
Octal37116135106762463134107
Binary1111100111100011110100101101111101010011001110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F971E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F971E9; }

 p { color: rgb(249,113,233); }

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

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

 a { background-color: rgb(249,113,233); }

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

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

 span { border-color: rgb(249,113,233); }

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