#F120FB

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

Shades of Magenta #F120FB

Tints of Magenta #F120FB

Color information

#F120FB (or 0xF120FB) is unknown color: approx Magenta. HEX triplet: F1, 20 and FB. RGB value is (241,32,251). Sum of RGB (Red+Green+Blue) = 241+32+251=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 32 (12.89% from 255 or 6.11% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #F120FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F120FB is #0EDF04. Grayscale: #767676. Windows color (decimal): -974597 or 16457969. OLE color: 16457969.

HSL color Cylindrical-coordinate representation of color #F120FB: hue angle of 297.26º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F120FB is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24132251-
CMYK0.040.8700.02
HSL297.26º96.48%55.49%-
HSV(B)297.26º87.25%98.43%-
XYZ54.226.793.56-
YUV119.46202.24214.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.99%
GREEN value IS 32 (12.89% from 255) = 6.11%
BLUE value IS 251 (98.44% from 255) = 47.90%
R=45.99%
G=6.11%
B=47.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241322510.040.8700.02297.2696.4855.49
HexF120FB457021296037
Octal3614037341270245114067
Binary111100011000001111101110010101110101001010011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F120FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F120FB; }

 p { color: rgb(241,32,251); }

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

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

 a { background-color: rgb(241,32,251); }

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

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

 span { border-color: rgb(241,32,251); }

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