#F303FE

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

Shades of Magenta #F303FE

Tints of Magenta #F303FE

Color information

#F303FE (or 0xF303FE) is unknown color: approx Magenta. HEX triplet: F3, 03 and FE. RGB value is (243,3,254). Sum of RGB (Red+Green+Blue) = 243+3+254=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 3 (1.56% from 255 or 0.6% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #F303FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F303FE is #0CFC01. Grayscale: #666666. Windows color (decimal): -850946 or 16647155. OLE color: 16647155.

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

Color convert

RGB2433254-
CMYK0.040.9900.00
HSL297.37º99.21%50.39%-
HSV(B)297.37º98.82%99.61%-
XYZ54.8826.2895.94-
YUV103.37213.01227.59-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.6%
GREEN value IS 3 (1.56% from 255) = 0.6%
BLUE value IS 254 (99.61% from 255) = 50.8%
R=48.6%
G=0.6%
B=50.8%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal24332540.040.9900.00297.3799.2150.39
HexF33FE463001296332
Octal363337641430045114362
Binary1111001111111111101001100011001001010011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F303FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F303FE; }

 p { color: rgb(243,3,254); }

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

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

 a { background-color: rgb(243,3,254); }

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

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

 span { border-color: rgb(243,3,254); }

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