Html Css Color HEX #F900FD Magenta

📋 copy color: '#F900FD'

red 249 ◦ green 0 ◦ blue 253

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

Shades of Magenta #F900FD

Tints of Magenta #F900FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 49.6%
G = 0%
B = 50.4%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F900FD (or 0xF900FD) is known color: Magenta. HEX triplet: F9, 00 and FD. RGB value is (249,0,253). Sum of RGB (Red+Green+Blue) = 249+0+253=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 0 (0.39% from 255 or 0% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #F900FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F900FD is #06FF02. Grayscale: #666666. Windows color (decimal): -458499 or 16580857. OLE color: 16580857.

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

Color convert

RGB 249 0 253 -
CMYK 0.02 1 0 0.01
HSL 299.05º 1% 0.5% -
HSV(B) 299.05º 1% 0.99% -
XYZ 56.8 27.23 95.19 -
YUV 103.29 212.49 231.93 -
System Red Green Blue C M Y K H S L
Decimal 249 0 253 0.02 1 0 0.01 299.05 1 0.5
Hex F9 0 FD 2 64 0 1 12B 64 32
Octal 371 0 375 2 144 0 1 453 144 62
Binary 11111001 0 11111101 10 1100100 0 1 100101011 1100100 110010

Color Harmonies of #F900FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F900FD

Black with #F900FD

Text Example


Text Example

White with #F900FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F900FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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