Html Css Color HEX #F516FA Magenta

📋 copy color: '#F516FA'

red 245 ◦ green 22 ◦ blue 250

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

Shades of Magenta #F516FA

Tints of Magenta #F516FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.26%

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

R = 47.39%
G = 4.26%
B = 48.36%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F516FA (or 0xF516FA) is known color: Magenta. HEX triplet: F5, 16 and FA. RGB value is (245,22,250). Sum of RGB (Red+Green+Blue) = 245+22+250=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 22 (8.98% from 255 or 4.26% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #F516FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F516FA is #0AE905. Grayscale: #717171. Windows color (decimal): -715014 or 16389877. OLE color: 16389877.

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

Color convert

RGB 245 22 250 -
CMYK 0.02 0.91 0 0.02
HSL 298.68º 0.96% 0.53% -
HSV(B) 298.68º 0.91% 0.98% -
XYZ 55.2 26.89 92.72 -
YUV 114.67 204.38 220.96 -
System Red Green Blue C M Y K H S L
Decimal 245 22 250 0.02 0.91 0 0.02 298.68 0.96 0.53
Hex F5 16 FA 2 5B 0 2 12B 60 35
Octal 365 26 372 2 133 0 2 453 140 65
Binary 11110101 10110 11111010 10 1011011 0 10 100101011 1100000 110101

Color Harmonies of #F516FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F516FA

Black with #F516FA

Text Example


Text Example

White with #F516FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F516FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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