#F701FE

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

Shades of Magenta #F701FE

Tints of Magenta #F701FE

Color information

#F701FE (or 0xF701FE) is unknown color: approx Magenta. HEX triplet: F7, 01 and FE. RGB value is (247,1,254). Sum of RGB (Red+Green+Blue) = 247+1+254=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 1 (0.78% from 255 or 0.20% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #F701FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F701FE is #08FE01. Grayscale: #666666. Windows color (decimal): -589314 or 16646647. OLE color: 16646647.

HSL color Cylindrical-coordinate representation of color #F701FE: hue angle of 298.34º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F701FE is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB2471254-
CMYK0.031.0000.00
HSL298.34º99.22%50%-
HSV(B)298.34º99.61%99.61%-
XYZ56.2626.9596-
YUV103.4213230.43-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.20%
GREEN value IS 1 (0.78% from 255) = 0.20%
BLUE value IS 254 (99.61% from 255) = 50.60%
R=49.20%
G=0.20%
B=50.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal24712540.031.0000.00298.3499.2250
HexF71FE3640012a6332
Octal367137631440045214362
Binary11110111111111110111100100001001010101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F701FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F701FE; }

 p { color: rgb(247,1,254); }

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

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

 a { background-color: rgb(247,1,254); }

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

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

 span { border-color: rgb(247,1,254); }

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