Html Css Color HEX #F50AFE Magenta

📋 copy color: '#F50AFE'

red 245 ◦ green 10 ◦ blue 254

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

Shades of Magenta #F50AFE

Tints of Magenta #F50AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 48.13%
G = 1.96%
B = 49.9%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F50AFE (or 0xF50AFE) is known color: Magenta. HEX triplet: F5, 0A and FE. RGB value is (245,10,254). Sum of RGB (Red+Green+Blue) = 245+10+254=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 10 (4.30% from 255 or 1.96% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #F50AFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50AFE is #0AF501. Grayscale: #6B6B6B. Windows color (decimal): -718082 or 16648949. OLE color: 16648949.

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

Color convert

RGB 245 10 254 -
CMYK 0.04 0.96 0 0.00
HSL 297.79º 0.99% 0.52% -
HSV(B) 297.79º 0.96% 1% -
XYZ 55.65 26.79 96 -
YUV 108.08 210.36 225.66 -
System Red Green Blue C M Y K H S L
Decimal 245 10 254 0.04 0.96 0 0.00 297.79 0.99 0.52
Hex F5 A FE 4 60 0 0 12A 63 34
Octal 365 12 376 4 140 0 0 452 143 64
Binary 11110101 1010 11111110 100 1100000 0 0 100101010 1100011 110100

Color Harmonies of #F50AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50AFE

Black with #F50AFE

Text Example


Text Example

White with #F50AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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