Html Css Color HEX #F00FF9 Magenta

📋 copy color: '#F00FF9'

red 240 ◦ green 15 ◦ blue 249

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

Shades of Magenta #F00FF9

Tints of Magenta #F00FF9

RGB

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

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

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

R = 47.62%
G = 2.98%
B = 49.4%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F00FF9 (or 0xF00FF9) is known color: Magenta. HEX triplet: F0, 0F and F9. RGB value is (240,15,249). Sum of RGB (Red+Green+Blue) = 240+15+249=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 15 (6.25% from 255 or 2.98% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #F00FF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00FF9 is #0FF006. Grayscale: #6C6C6C. Windows color (decimal): -1044487 or 16322544. OLE color: 16322544.

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

Color convert

RGB 240 15 249 -
CMYK 0.04 0.94 0 0.02
HSL 297.69º 0.95% 0.52% -
HSV(B) 297.69º 0.94% 0.98% -
XYZ 53.2 25.71 91.78 -
YUV 108.95 207.04 221.47 -
System Red Green Blue C M Y K H S L
Decimal 240 15 249 0.04 0.94 0 0.02 297.69 0.95 0.52
Hex F0 F F9 4 5E 0 2 12A 5F 34
Octal 360 17 371 4 136 0 2 452 137 64
Binary 11110000 1111 11111001 100 1011110 0 10 100101010 1011111 110100

Color Harmonies of #F00FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00FF9

Black with #F00FF9

Text Example


Text Example

White with #F00FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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