#F00BF0

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

Shades of Magenta #F00BF0

Tints of Magenta #F00BF0

Color information

#F00BF0 (or 0xF00BF0) is unknown color: approx Magenta. HEX triplet: F0, 0B and F0. RGB value is (240,11,240). Sum of RGB (Red+Green+Blue) = 240+11+240=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 11 (4.69% from 255 or 2.24% from 491); Blue value is 240 (94.14% from 255 or 48.88% from 491); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F00BF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00BF0 is #0FF40F. Grayscale: #686868. Windows color (decimal): -1045520 or 15731696. OLE color: 15731696.

HSL color Cylindrical-coordinate representation of color #F00BF0: hue angle of 300º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00BF0 is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB24011240-
CMYK00.9500.06
HSL300º91.24%49.22%-
HSV(B)300º95.42%94.12%-
XYZ51.7825.0684.55-
YUV105.58203.87223.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.88%
GREEN value IS 11 (4.69% from 255) = 2.24%
BLUE value IS 240 (94.14% from 255) = 48.88%
R=48.88%
G=2.24%
B=48.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401124000.9500.0630091.2449.22
HexF0BF005F0612c5b31
Octal3601336001370645413361
Binary111100001011111100000101111101101001011001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00BF0; }

 p { color: rgb(240,11,240); }

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

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

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

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

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

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

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