Html Css Color HEX #F00BFE Magenta

📋 copy color: '#F00BFE'

red 240 ◦ green 11 ◦ blue 254

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

Shades of Magenta #F00BFE

Tints of Magenta #F00BFE

RGB

 RED value IS 240 (94.14% from 255) = 47.52%

 GREEN value IS 11 (4.69% from 255) = 2.18%

 BLUE value IS 254 (99.61% from 255) = 50.3%

R = 47.52%
G = 2.18%
B = 50.3%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F00BFE (or 0xF00BFE) is known color: Magenta. HEX triplet: F0, 0B and FE. RGB value is (240,11,254). Sum of RGB (Red+Green+Blue) = 240+11+254=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 11 (4.69% from 255 or 2.18% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #F00BFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00BFE is #0FF401. Grayscale: #6A6A6A. Windows color (decimal): -1045506 or 16649200. OLE color: 16649200.

HSL color Cylindrical-coordinate representation of color #F00BFE: hue angle of 296.54º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00BFE is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 240 11 254 -
CMYK 0.06 0.96 0 0.00
HSL 296.54º 0.99% 0.52% -
HSV(B) 296.54º 0.96% 1% -
XYZ 53.94 25.92 95.93 -
YUV 107.17 210.87 222.74 -
System Red Green Blue C M Y K H S L
Decimal 240 11 254 0.06 0.96 0 0.00 296.54 0.99 0.52
Hex F0 B FE 6 60 0 0 129 63 34
Octal 360 13 376 6 140 0 0 451 143 64
Binary 11110000 1011 11111110 110 1100000 0 0 100101001 1100011 110100

Color Harmonies of #F00BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00BFE

Black with #F00BFE

Text Example


Text Example

White with #F00BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00BFE; }

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

 H1.HeaderClassName
 {
   color: #F00BFE;
 }
 .AnyTagClassName
 {
   color: #F00BFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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