Html Css Color HEX #F00FFF Magenta

📋 copy color: '#F00FFF'

red 240 ◦ green 15 ◦ blue 255

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

Shades of Magenta #F00FFF

Tints of Magenta #F00FFF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.94%

 BLUE value IS 255 (100% from 255) = 50%

R = 47.06%
G = 2.94%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F00FFF (or 0xF00FFF) is known color: Magenta. HEX triplet: F0, 0F and FF. RGB value is (240,15,255). Sum of RGB (Red+Green+Blue) = 240+15+255=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 15 (6.25% from 255 or 2.94% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #F00FFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00FFF is #0FF000. Grayscale: #6C6C6C. Windows color (decimal): -1044481 or 16715760. OLE color: 16715760.

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

Color convert

RGB 240 15 255 -
CMYK 0.06 0.94 0 0
HSL 296.25º 1% 0.53% -
HSV(B) 296.25º 0.94% 1% -
XYZ 54.16 26.09 96.79 -
YUV 109.64 210.04 220.99 -
System Red Green Blue C M Y K H S L
Decimal 240 15 255 0.06 0.94 0 0 296.25 1 0.53
Hex F0 F FF 6 5E 0 0 128 64 35
Octal 360 17 377 6 136 0 0 450 144 65
Binary 11110000 1111 11111111 110 1011110 0 0 100101000 1100100 110101

Color Harmonies of #F00FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00FFF

Black with #F00FFF

Text Example


Text Example

White with #F00FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00FFF; }

 p { color: rgb(240,15,255); }

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

background-color css

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

 a { background-color: rgb(240,15,255); }

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

border-color css

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

 span { border-color: rgb(240,15,255); }

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