Html Css Color HEX #F900FC Magenta

📋 copy color: '#F900FC'

red 249 ◦ green 0 ◦ blue 252

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

Shades of Magenta #F900FC

Tints of Magenta #F900FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.3%

R = 49.7%
G = 0%
B = 50.3%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F900FC (or 0xF900FC) is known color: Magenta. HEX triplet: F9, 00 and FC. RGB value is (249,0,252). Sum of RGB (Red+Green+Blue) = 249+0+252=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 0 (0.39% from 255 or 0% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #F900FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F900FC is #06FF03. Grayscale: #666666. Windows color (decimal): -458500 or 16515321. OLE color: 16515321.

HSL color Cylindrical-coordinate representation of color #F900FC: hue angle of 299.29º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F900FC is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 0 252 -
CMYK 0.01 1 0 0.01
HSL 299.29º 1% 0.49% -
HSV(B) 299.29º 1% 0.99% -
XYZ 56.64 27.17 94.35 -
YUV 103.18 211.99 232.01 -
System Red Green Blue C M Y K H S L
Decimal 249 0 252 0.01 1 0 0.01 299.29 1 0.49
Hex F9 0 FC 1 64 0 1 12B 64 31
Octal 371 0 374 1 144 0 1 453 144 61
Binary 11111001 0 11111100 1 1100100 0 1 100101011 1100100 110001

Color Harmonies of #F900FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F900FC

Black with #F900FC

Text Example


Text Example

White with #F900FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F900FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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