Html Css Color HEX #F00DF9 Magenta

📋 copy color: '#F00DF9'

red 240 ◦ green 13 ◦ blue 249

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

Shades of Magenta #F00DF9

Tints of Magenta #F00DF9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.59%

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

R = 47.81%
G = 2.59%
B = 49.6%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F00DF9 (or 0xF00DF9) is known color: Magenta. HEX triplet: F0, 0D and F9. RGB value is (240,13,249). Sum of RGB (Red+Green+Blue) = 240+13+249=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 13 (5.47% from 255 or 2.59% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #F00DF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00DF9 is #0FF206. Grayscale: #6B6B6B. Windows color (decimal): -1044999 or 16322032. OLE color: 16322032.

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

Color convert

RGB 240 13 249 -
CMYK 0.04 0.95 0 0.02
HSL 297.71º 0.95% 0.51% -
HSV(B) 297.71º 0.95% 0.98% -
XYZ 53.18 25.65 91.77 -
YUV 107.78 207.71 222.31 -
System Red Green Blue C M Y K H S L
Decimal 240 13 249 0.04 0.95 0 0.02 297.71 0.95 0.51
Hex F0 D F9 4 5F 0 2 12A 5F 33
Octal 360 15 371 4 137 0 2 452 137 63
Binary 11110000 1101 11111001 100 1011111 0 10 100101010 1011111 110011

Color Harmonies of #F00DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00DF9

Black with #F00DF9

Text Example


Text Example

White with #F00DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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