#F032FD

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

Shades of Magenta #F032FD

Tints of Magenta #F032FD

Color information

#F032FD (or 0xF032FD) is unknown color: approx Magenta. HEX triplet: F0, 32 and FD. RGB value is (240,50,253). Sum of RGB (Red+Green+Blue) = 240+50+253=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 50 (19.92% from 255 or 9.21% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #F032FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F032FD is #0FCD02. Grayscale: #818181. Windows color (decimal): -1035523 or 16593648. OLE color: 16593648.

HSL color Cylindrical-coordinate representation of color #F032FD: hue angle of 296.16º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F032FD is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24050253-
CMYK0.050.8000.01
HSL296.16º98.07%59.41%-
HSV(B)296.16º80.24%99.22%-
XYZ54.8127.995.42-
YUV129.95197.45206.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.20%
GREEN value IS 50 (19.92% from 255) = 9.21%
BLUE value IS 253 (99.22% from 255) = 46.59%
R=44.20%
G=9.21%
B=46.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal240502530.050.8000.01296.1698.0759.41
HexF032FD55001128623b
Octal3606237551200145014273
Binary11110000110010111111011011010000011001010001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F032FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F032FD; }

 p { color: rgb(240,50,253); }

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

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

 a { background-color: rgb(240,50,253); }

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

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

 span { border-color: rgb(240,50,253); }

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