Html Css Color HEX #F511FE Magenta

📋 copy color: '#F511FE'

red 245 ◦ green 17 ◦ blue 254

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

Shades of Magenta #F511FE

Tints of Magenta #F511FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.29%

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

R = 47.48%
G = 3.29%
B = 49.22%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F511FE (or 0xF511FE) is known color: Magenta. HEX triplet: F5, 11 and FE. RGB value is (245,17,254). Sum of RGB (Red+Green+Blue) = 245+17+254=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 17 (7.03% from 255 or 3.29% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #F511FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F511FE is #0AEE01. Grayscale: #6F6F6F. Windows color (decimal): -716290 or 16650741. OLE color: 16650741.

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

Color convert

RGB 245 17 254 -
CMYK 0.04 0.93 0 0.00
HSL 297.72º 0.99% 0.53% -
HSV(B) 297.72º 0.93% 1% -
XYZ 55.75 26.97 96.03 -
YUV 112.19 208.04 222.73 -
System Red Green Blue C M Y K H S L
Decimal 245 17 254 0.04 0.93 0 0.00 297.72 0.99 0.53
Hex F5 11 FE 4 5D 0 0 12A 63 35
Octal 365 21 376 4 135 0 0 452 143 65
Binary 11110101 10001 11111110 100 1011101 0 0 100101010 1100011 110101

Color Harmonies of #F511FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511FE

Black with #F511FE

Text Example


Text Example

White with #F511FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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