Html Css Color HEX #F900F3 Magenta

📋 copy color: '#F900F3'

red 249 ◦ green 0 ◦ blue 243

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

Shades of Magenta #F900F3

Tints of Magenta #F900F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 49.39%

R = 50.61%
G = 0%
B = 49.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F900F3 (or 0xF900F3) is known color: Magenta. HEX triplet: F9, 00 and F3. RGB value is (249,0,243). Sum of RGB (Red+Green+Blue) = 249+0+243=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 0 (0.39% from 255 or 0% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F900F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F900F3 is #06FF0C. Grayscale: #656565. Windows color (decimal): -458509 or 15925497. OLE color: 15925497.

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

Color convert

RGB 249 0 243 -
CMYK 0 1 0.02 0.02
HSL 301.45º 1% 0.49% -
HSV(B) 301.45º 1% 0.98% -
XYZ 55.24 26.61 87.02 -
YUV 102.15 207.49 232.74 -
System Red Green Blue C M Y K H S L
Decimal 249 0 243 0 1 0.02 0.02 301.45 1 0.49
Hex F9 0 F3 0 64 2 2 12D 64 31
Octal 371 0 363 0 144 2 2 455 144 61
Binary 11111001 0 11110011 0 1100100 10 10 100101101 1100100 110001

Color Harmonies of #F900F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F900F3

Black with #F900F3

Text Example


Text Example

White with #F900F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F900F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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