#F300FF

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

Shades of Magenta #F300FF

Tints of Magenta #F300FF

Color information

#F300FF (or 0xF300FF) is unknown color: approx Magenta. HEX triplet: F3, 00 and FF. RGB value is (243,0,255). Sum of RGB (Red+Green+Blue) = 243+0+255=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 0 (0.39% from 255 or 0% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #F300FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F300FF is #0CFF00. Grayscale: #646464. Windows color (decimal): -851713 or 16711923. OLE color: 16711923.

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

Color convert

RGB2430255-
CMYK0.05100
HSL297.18º100%50%-
HSV(B)297.18º100%100%-
XYZ55.0126.2796.78-
YUV101.73214.51228.77-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 51.20%
R=48.80%
G=0%
B=51.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal24302550.05100297.1810050
HexF30FF564001296432
Octal363037751440045114462
Binary111100110111111111011100100001001010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F300FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F300FF; }

 p { color: rgb(243,0,255); }

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

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

 a { background-color: rgb(243,0,255); }

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

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

 span { border-color: rgb(243,0,255); }

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