#F033FF

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

Shades of Magenta #F033FF

Tints of Magenta #F033FF

Color information

#F033FF (or 0xF033FF) is unknown color: approx Magenta. HEX triplet: F0, 33 and FF. RGB value is (240,51,255). Sum of RGB (Red+Green+Blue) = 240+51+255=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 51 (20.31% from 255 or 9.34% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #F033FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F033FF is #0FCC00. Grayscale: #828282. Windows color (decimal): -1035265 or 16724976. OLE color: 16724976.

HSL color Cylindrical-coordinate representation of color #F033FF: hue angle of 295.59º 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 #F033FF is Cyan = 0.06, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB24051255-
CMYK0.060.800
HSL295.59º100%60%-
HSV(B)295.59º80%100%-
XYZ55.1728.1197.13-
YUV130.77198.12205.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.96%
GREEN value IS 51 (20.31% from 255) = 9.34%
BLUE value IS 255 (100% from 255) = 46.70%
R=43.96%
G=9.34%
B=46.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal240512550.060.800295.5910060
HexF033FF65000128643c
Octal3606337761200045014474
Binary11110000110011111111111101010000001001010001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F033FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F033FF; }

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

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

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

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

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

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

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

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