Html Css Color HEX #F50AF9 Magenta

📋 copy color: '#F50AF9'

red 245 ◦ green 10 ◦ blue 249

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

Shades of Magenta #F50AF9

Tints of Magenta #F50AF9

RGB

 RED value IS 245 (96.09% from 255) = 48.61%

 GREEN value IS 10 (4.3% from 255) = 1.98%

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

R = 48.61%
G = 1.98%
B = 49.4%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F50AF9 (or 0xF50AF9) is known color: Magenta. HEX triplet: F5, 0A and F9. RGB value is (245,10,249). Sum of RGB (Red+Green+Blue) = 245+10+249=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 10 (4.30% from 255 or 1.98% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #F50AF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50AF9 is #0AF506. Grayscale: #6A6A6A. Windows color (decimal): -718087 or 16321269. OLE color: 16321269.

HSL color Cylindrical-coordinate representation of color #F50AF9: hue angle of 299º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50AF9 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 10 249 -
CMYK 0.02 0.96 0 0.02
HSL 299º 0.95% 0.51% -
HSV(B) 299º 0.96% 0.98% -
XYZ 54.86 26.47 91.84 -
YUV 107.51 207.86 226.07 -
System Red Green Blue C M Y K H S L
Decimal 245 10 249 0.02 0.96 0 0.02 299 0.95 0.51
Hex F5 A F9 2 60 0 2 12B 5F 33
Octal 365 12 371 2 140 0 2 453 137 63
Binary 11110101 1010 11111001 10 1100000 0 10 100101011 1011111 110011

Color Harmonies of #F50AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50AF9

Black with #F50AF9

Text Example


Text Example

White with #F50AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50AF9; }

 p { color: rgb(245,10,249); }

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

background-color css

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

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

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

border-color css

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

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

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