#FF00BF

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

Shades of Hot Magenta #FF00BF

Tints of Hot Magenta #FF00BF

Color information

#FF00BF (or 0xFF00BF) is unknown color: approx Hot Magenta. HEX triplet: FF, 00 and BF. RGB value is (255,0,191). Sum of RGB (Red+Green+Blue) = 255+0+191=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF00BF is #00FF40. Grayscale: #616161. Windows color (decimal): -65345 or 12517631. OLE color: 12517631.

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

Color convert

RGB2550191-
CMYK010.250
HSL315.06º100%50%-
HSV(B)315.06º100%100%-
XYZ50.6425.0251.45-
YUV98.02180.48239.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 42.83%
R=57.17%
G=0%
B=42.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550191010.250315.0610050
HexFF0BF06419013b6432
Octal3770277014431047314462
Binary11111111010111111011001001100101001110111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF00BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF00BF; }

 p { color: rgb(255,0,191); }

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

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

 a { background-color: rgb(255,0,191); }

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

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

 span { border-color: rgb(255,0,191); }

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