Html Css Color HEX #F900F9 Magenta

📋 copy color: '#F900F9'

red 249 ◦ green 0 ◦ blue 249

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

Shades of Magenta #F900F9

Tints of Magenta #F900F9

RGB

 RED value IS 249 (97.66% from 255) = 50%

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

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F900F9 (or 0xF900F9) is known color: Magenta. HEX triplet: F9, 00 and F9. RGB value is (249,0,249). Sum of RGB (Red+Green+Blue) = 249+0+249=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 0 (0.39% from 255 or 0% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F900F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F900F9 is #06FF06. Grayscale: #666666. Windows color (decimal): -458503 or 16318713. OLE color: 16318713.

HSL color Cylindrical-coordinate representation of color #F900F9: hue angle of 300º 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 #F900F9 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 0 249 -
CMYK 0 1 0 0.02
HSL 300º 1% 0.49% -
HSV(B) 300º 1% 0.98% -
XYZ 56.17 26.98 91.87 -
YUV 102.84 210.49 232.25 -
System Red Green Blue C M Y K H S L
Decimal 249 0 249 0 1 0 0.02 300 1 0.49
Hex F9 0 F9 0 64 0 2 12C 64 31
Octal 371 0 371 0 144 0 2 454 144 61
Binary 11111001 0 11111001 0 1100100 0 10 100101100 1100100 110001

Color Harmonies of #F900F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F900F9

Black with #F900F9

Text Example


Text Example

White with #F900F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F900F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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