Html Css Color HEX #F515FA Magenta

📋 copy color: '#F515FA'

red 245 ◦ green 21 ◦ blue 250

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

Shades of Magenta #F515FA

Tints of Magenta #F515FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.07%

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

R = 47.48%
G = 4.07%
B = 48.45%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F515FA (or 0xF515FA) is known color: Magenta. HEX triplet: F5, 15 and FA. RGB value is (245,21,250). Sum of RGB (Red+Green+Blue) = 245+21+250=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 21 (8.59% from 255 or 4.07% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #F515FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F515FA is #0AEA05. Grayscale: #717171. Windows color (decimal): -715270 or 16389621. OLE color: 16389621.

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

Color convert

RGB 245 21 250 -
CMYK 0.02 0.92 0 0.02
HSL 298.69º 0.96% 0.53% -
HSV(B) 298.69º 0.92% 0.98% -
XYZ 55.18 26.85 92.72 -
YUV 114.08 204.71 221.38 -
System Red Green Blue C M Y K H S L
Decimal 245 21 250 0.02 0.92 0 0.02 298.69 0.96 0.53
Hex F5 15 FA 2 5C 0 2 12B 60 35
Octal 365 25 372 2 134 0 2 453 140 65
Binary 11110101 10101 11111010 10 1011100 0 10 100101011 1100000 110101

Color Harmonies of #F515FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F515FA

Black with #F515FA

Text Example


Text Example

White with #F515FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F515FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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