Html Css Color HEX #F00BF8 Magenta

📋 copy color: '#F00BF8'

red 240 ◦ green 11 ◦ blue 248

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

Shades of Magenta #F00BF8

Tints of Magenta #F00BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.7%

R = 48.1%
G = 2.2%
B = 49.7%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F00BF8 (or 0xF00BF8) is known color: Magenta. HEX triplet: F0, 0B and F8. RGB value is (240,11,248). Sum of RGB (Red+Green+Blue) = 240+11+248=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 11 (4.69% from 255 or 2.20% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 248 - color contains mainly: blue. Hex color #F00BF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00BF8 is #0FF407. Grayscale: #696969. Windows color (decimal): -1045512 or 16255984. OLE color: 16255984.

HSL color Cylindrical-coordinate representation of color #F00BF8: hue angle of 297.97º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00BF8 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 240 11 248 -
CMYK 0.03 0.96 0 0.03
HSL 297.97º 0.94% 0.51% -
HSV(B) 297.97º 0.96% 0.97% -
XYZ 53 25.54 90.94 -
YUV 106.49 207.87 223.23 -
System Red Green Blue C M Y K H S L
Decimal 240 11 248 0.03 0.96 0 0.03 297.97 0.94 0.51
Hex F0 B F8 3 60 0 3 12A 5E 33
Octal 360 13 370 3 140 0 3 452 136 63
Binary 11110000 1011 11111000 11 1100000 0 11 100101010 1011110 110011

Color Harmonies of #F00BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00BF8

Black with #F00BF8

Text Example


Text Example

White with #F00BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00BF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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