Html Css Color HEX #FF00BF Hot Magenta

📋 copy color: '#FF00BF'

red 255 ◦ green 0 ◦ blue 191

#FF00BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Magenta #FF00BF

Tints of Hot Magenta #FF00BF

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 value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF00BF (or 0xFF00BF) is known color: 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

RGB 255 0 191 -
CMYK 0 1 0.25 0
HSL 315.06º 1% 0.5% -
HSV(B) 315.06º 1% 1% -
XYZ 50.64 25.02 51.45 -
YUV 98.02 180.48 239.97 -
System Red Green Blue C M Y K H S L
Decimal 255 0 191 0 1 0.25 0 315.06 1 0.5
Hex FF 0 BF 0 64 19 0 13B 64 32
Octal 377 0 277 0 144 31 0 473 144 62
Binary 11111111 0 10111111 0 1100100 11001 0 100111011 1100100 110010

Color Harmonies of #FF00BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF00BF

Black with #FF00BF

Text Example


Text Example

White with #FF00BF

Text Example


Text Example

HTML Codes & Css Web 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>