#f417fa

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

Shades of Magenta #F417FA

Tints of Magenta #F417FA

Color information

#F417FA (or 0xF417FA) is unknown color: approx Magenta. HEX triplet: F4, 17 and FA. RGB value is (244,23,250). Sum of RGB (Red+Green+Blue) = 244+23+250=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 23 (9.38% from 255 or 4.45% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #F417FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F417FA is #0BE805. Grayscale: #727272. Windows color (decimal): -780294 or 16390132. OLE color: 16390132.

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

Color convert

RGB24423250-
CMYK0.020.9100.02
HSL298.41º95.78%53.53%-
HSV(B)298.41º90.8%98.04%-
XYZ54.8726.7592.71-
YUV114.96204.22220.04-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.20%
GREEN value IS 23 (9.38% from 255) = 4.45%
BLUE value IS 250 (98.05% from 255) = 48.36%
R=47.20%
G=4.45%
B=48.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal244232500.020.9100.02298.4195.7853.53
HexF417FA25B0212a6036
Octal3642737221330245214066
Binary1111010010111111110101010110110101001010101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f417fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f417fa; }

 p { color: rgb(244,23,250); }

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

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

 a { background-color: rgb(244,23,250); }

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

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

 span { border-color: rgb(244,23,250); }

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