#F900FB

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

Shades of Magenta #F900FB

Tints of Magenta #F900FB

Color information

#F900FB (or 0xF900FB) is unknown color: approx Magenta. HEX triplet: F9, 00 and FB. RGB value is (249,0,251). Sum of RGB (Red+Green+Blue) = 249+0+251=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 0 (0.39% from 255 or 0% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #F900FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F900FB is #06FF04. Grayscale: #666666. Windows color (decimal): -458501 or 16449785. OLE color: 16449785.

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

Color convert

RGB2490251-
CMYK0.01100.02
HSL299.52º100%49.22%-
HSV(B)299.52º100%98.43%-
XYZ56.4827.193.52-
YUV103.06211.49232.09-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.8%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 251 (98.44% from 255) = 50.2%
R=49.8%
G=0%
B=50.2%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24902510.01100.02299.5210049.22
HexF90FB1640212c6431
Octal371037311440245414461
Binary11111001011111011111001000101001011001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F900FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F900FB; }

 p { color: rgb(249,0,251); }

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

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

 a { background-color: rgb(249,0,251); }

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

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

 span { border-color: rgb(249,0,251); }

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