#F533FF

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

Shades of Magenta #F533FF

Tints of Magenta #F533FF

Color information

#F533FF (or 0xF533FF) is unknown color: approx Magenta. HEX triplet: F5, 33 and FF. RGB value is (245,51,255). Sum of RGB (Red+Green+Blue) = 245+51+255=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 51 (20.31% from 255 or 9.26% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #F533FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F533FF is #0ACC00. Grayscale: #838383. Windows color (decimal): -707585 or 16724981. OLE color: 16724981.

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

Color convert

RGB24551255-
CMYK0.040.800
HSL297.06º100%60%-
HSV(B)297.06º80%100%-
XYZ56.892997.21-
YUV132.26197.27208.41-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.46%
GREEN value IS 51 (20.31% from 255) = 9.26%
BLUE value IS 255 (100% from 255) = 46.28%
R=44.46%
G=9.26%
B=46.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal245512550.040.800297.0610060
HexF533FF45000129643c
Octal3656337741200045114474
Binary11110101110011111111111001010000001001010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F533FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F533FF; }

 p { color: rgb(245,51,255); }

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

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

 a { background-color: rgb(245,51,255); }

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

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

 span { border-color: rgb(245,51,255); }

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