#F917F5

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

Shades of Magenta #F917F5

Tints of Magenta #F917F5

Color information

#F917F5 (or 0xF917F5) is unknown color: approx Magenta. HEX triplet: F9, 17 and F5. RGB value is (249,23,245). Sum of RGB (Red+Green+Blue) = 249+23+245=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 23 (9.38% from 255 or 4.45% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F917F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F917F5 is #06E80A. Grayscale: #737373. Windows color (decimal): -452619 or 16062457. OLE color: 16062457.

HSL color Cylindrical-coordinate representation of color #F917F5: hue angle of 301.06º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F917F5 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB24923245-
CMYK00.910.020.02
HSL301.06º94.96%53.33%-
HSV(B)301.06º90.76%97.65%-
XYZ55.8527.3588.72-
YUV115.88200.87222.95-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.16%
GREEN value IS 23 (9.38% from 255) = 4.45%
BLUE value IS 245 (96.09% from 255) = 47.39%
R=48.16%
G=4.45%
B=47.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492324500.910.020.02301.0694.9653.33
HexF917F505B2212d5f35
Octal3712736501332245513765
Binary1111100110111111101010101101110101001011011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F917F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F917F5; }

 p { color: rgb(249,23,245); }

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

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

 a { background-color: rgb(249,23,245); }

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

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

 span { border-color: rgb(249,23,245); }

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