Html Css Color HEX #F900F0 Magenta

📋 copy color: '#F900F0'

red 249 ◦ green 0 ◦ blue 240

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

Shades of Magenta #F900F0

Tints of Magenta #F900F0

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

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

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

Color convert

RGB 249 0 240 -
CMYK 0 1 0.04 0.02
HSL 302.17º 1% 0.49% -
HSV(B) 302.17º 1% 0.98% -
XYZ 54.8 26.43 84.65 -
YUV 101.81 205.99 232.99 -
System Red Green Blue C M Y K H S L
Decimal 249 0 240 0 1 0.04 0.02 302.17 1 0.49
Hex F9 0 F0 0 64 4 2 12E 64 31
Octal 371 0 360 0 144 4 2 456 144 61
Binary 11111001 0 11110000 0 1100100 100 10 100101110 1100100 110001

Color Harmonies of #F900F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F900F0

Black with #F900F0

Text Example


Text Example

White with #F900F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F900F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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