Html Css Color HEX #F50FFA Magenta

📋 copy color: '#F50FFA'

red 245 ◦ green 15 ◦ blue 250

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

Shades of Magenta #F50FFA

Tints of Magenta #F50FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.94%

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 48.04%
G = 2.94%
B = 49.02%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F50FFA (or 0xF50FFA) is known color: Magenta. HEX triplet: F5, 0F and FA. RGB value is (245,15,250). Sum of RGB (Red+Green+Blue) = 245+15+250=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 15 (6.25% from 255 or 2.94% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #F50FFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50FFA is #0AF005. Grayscale: #6D6D6D. Windows color (decimal): -716806 or 16388085. OLE color: 16388085.

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

Color convert

RGB 245 15 250 -
CMYK 0.02 0.94 0 0.02
HSL 298.72º 0.96% 0.52% -
HSV(B) 298.72º 0.94% 0.98% -
XYZ 55.08 26.66 92.68 -
YUV 110.56 206.7 223.89 -
System Red Green Blue C M Y K H S L
Decimal 245 15 250 0.02 0.94 0 0.02 298.72 0.96 0.52
Hex F5 F FA 2 5E 0 2 12B 60 34
Octal 365 17 372 2 136 0 2 453 140 64
Binary 11110101 1111 11111010 10 1011110 0 10 100101011 1100000 110100

Color Harmonies of #F50FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50FFA

Black with #F50FFA

Text Example


Text Example

White with #F50FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50FFA; }

 p { color: rgb(245,15,250); }

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

background-color css

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

 a { background-color: rgb(245,15,250); }

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

border-color css

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

 span { border-color: rgb(245,15,250); }

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