#F917FA

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

Shades of Magenta #F917FA

Tints of Magenta #F917FA

Color information

#F917FA (or 0xF917FA) is unknown color: approx Magenta. HEX triplet: F9, 17 and FA. RGB value is (249,23,250). Sum of RGB (Red+Green+Blue) = 249+23+250=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 23 (9.38% from 255 or 4.41% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #F917FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F917FA is #06E805. Grayscale: #737373. Windows color (decimal): -452614 or 16390137. OLE color: 16390137.

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

Color convert

RGB24923250-
CMYK0.000.9100.02
HSL299.74º95.78%53.53%-
HSV(B)299.74º90.8%98.04%-
XYZ56.6327.6592.8-
YUV116.45203.37222.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.70%
GREEN value IS 23 (9.38% from 255) = 4.41%
BLUE value IS 250 (98.05% from 255) = 47.89%
R=47.70%
G=4.41%
B=47.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249232500.000.9100.02299.7495.7853.53
HexF917FA05B0212c6036
Octal3712737201330245414066
Binary111110011011111111010010110110101001011001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F917FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F917FA; }

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

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

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

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

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

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

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

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