Html Css Color HEX #F50AF7 Magenta

📋 copy color: '#F50AF7'

red 245 ◦ green 10 ◦ blue 247

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

Shades of Magenta #F50AF7

Tints of Magenta #F50AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.2%

R = 48.8%
G = 1.99%
B = 49.2%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F50AF7 (or 0xF50AF7) is known color: Magenta. HEX triplet: F5, 0A and F7. RGB value is (245,10,247). Sum of RGB (Red+Green+Blue) = 245+10+247=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 10 (4.30% from 255 or 1.99% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 247 - color contains mainly: blue. Hex color #F50AF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50AF7 is #0AF508. Grayscale: #6A6A6A. Windows color (decimal): -718089 or 16190197. OLE color: 16190197.

HSL color Cylindrical-coordinate representation of color #F50AF7: hue angle of 299.49º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50AF7 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 245 10 247 -
CMYK 0.01 0.96 0 0.03
HSL 299.49º 0.94% 0.5% -
HSV(B) 299.49º 0.96% 0.97% -
XYZ 54.55 26.34 90.21 -
YUV 107.28 206.86 226.23 -
System Red Green Blue C M Y K H S L
Decimal 245 10 247 0.01 0.96 0 0.03 299.49 0.94 0.5
Hex F5 A F7 1 60 0 3 12B 5E 32
Octal 365 12 367 1 140 0 3 453 136 62
Binary 11110101 1010 11110111 1 1100000 0 11 100101011 1011110 110010

Color Harmonies of #F50AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50AF7

Black with #F50AF7

Text Example


Text Example

White with #F50AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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