#f207fe

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

Shades of Magenta #F207FE

Tints of Magenta #F207FE

Color information

#F207FE (or 0xF207FE) is unknown color: approx Magenta. HEX triplet: F2, 07 and FE. RGB value is (242,7,254). Sum of RGB (Red+Green+Blue) = 242+7+254=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 7 (3.12% from 255 or 1.39% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #F207FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F207FE is #0DF801. Grayscale: #686868. Windows color (decimal): -915458 or 16648178. OLE color: 16648178.

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

Color convert

RGB2427254-
CMYK0.050.9700.00
HSL297.09º99.2%51.18%-
HSV(B)297.09º97.24%99.61%-
XYZ54.5826.1895.94-
YUV105.42211.86225.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.11%
GREEN value IS 7 (3.12% from 255) = 1.39%
BLUE value IS 254 (99.61% from 255) = 50.50%
R=48.11%
G=1.39%
B=50.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal24272540.050.9700.00297.0999.251.18
HexF27FE561001296333
Octal362737651410045114363
Binary11110010111111111101011100001001001010011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f207fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f207fe; }

 p { color: rgb(242,7,254); }

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

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

 a { background-color: rgb(242,7,254); }

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

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

 span { border-color: rgb(242,7,254); }

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