Html Css Color HEX #F000F9 Magenta

📋 copy color: '#F000F9'

red 240 ◦ green 0 ◦ blue 249

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

Shades of Magenta #F000F9

Tints of Magenta #F000F9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 249 (97.66% from 255) = 50.92%

R = 49.08%
G = 0%
B = 50.92%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F000F9 (or 0xF000F9) is known color: Magenta. HEX triplet: F0, 00 and F9. RGB value is (240,0,249). Sum of RGB (Red+Green+Blue) = 240+0+249=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 0 (0.39% from 255 or 0% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #F000F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F000F9 is #0FFF06. Grayscale: #636363. Windows color (decimal): -1048327 or 16318704. OLE color: 16318704.

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

Color convert

RGB 240 0 249 -
CMYK 0.04 1 0 0.02
HSL 297.83º 1% 0.49% -
HSV(B) 297.83º 1% 0.98% -
XYZ 53.03 25.36 91.72 -
YUV 100.15 212.01 227.75 -
System Red Green Blue C M Y K H S L
Decimal 240 0 249 0.04 1 0 0.02 297.83 1 0.49
Hex F0 0 F9 4 64 0 2 12A 64 31
Octal 360 0 371 4 144 0 2 452 144 61
Binary 11110000 0 11111001 100 1100100 0 10 100101010 1100100 110001

Color Harmonies of #F000F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F000F9

Black with #F000F9

Text Example


Text Example

White with #F000F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F000F9; }

 p { color: rgb(240,0,249); }

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

background-color css

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

 a { background-color: rgb(240,0,249); }

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

border-color css

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

 span { border-color: rgb(240,0,249); }

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