Html Css Color HEX #F00BF5 Magenta

📋 copy color: '#F00BF5'

red 240 ◦ green 11 ◦ blue 245

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

Shades of Magenta #F00BF5

Tints of Magenta #F00BF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 49.4%

R = 48.39%
G = 2.22%
B = 49.4%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F00BF5 (or 0xF00BF5) is known color: Magenta. HEX triplet: F0, 0B and F5. RGB value is (240,11,245). Sum of RGB (Red+Green+Blue) = 240+11+245=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 11 (4.69% from 255 or 2.22% from 496); Blue value is 245 (96.09% from 255 or 49.40% from 496); Max value from RGB is 245 - color contains mainly: blue. Hex color #F00BF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00BF5 is #0FF40A. Grayscale: #696969. Windows color (decimal): -1045515 or 16059376. OLE color: 16059376.

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

Color convert

RGB 240 11 245 -
CMYK 0.02 0.96 0 0.04
HSL 298.72º 0.92% 0.5% -
HSV(B) 298.72º 0.96% 0.96% -
XYZ 52.54 25.36 88.51 -
YUV 106.15 206.37 223.47 -
System Red Green Blue C M Y K H S L
Decimal 240 11 245 0.02 0.96 0 0.04 298.72 0.92 0.5
Hex F0 B F5 2 60 0 4 12B 5C 32
Octal 360 13 365 2 140 0 4 453 134 62
Binary 11110000 1011 11110101 10 1100000 0 100 100101011 1011100 110010

Color Harmonies of #F00BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00BF5

Black with #F00BF5

Text Example


Text Example

White with #F00BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00BF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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