Html Css Color HEX #F511FF Magenta

📋 copy color: '#F511FF'

red 245 ◦ green 17 ◦ blue 255

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

Shades of Magenta #F511FF

Tints of Magenta #F511FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.32%

R = 47.39%
G = 3.29%
B = 49.32%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F511FF (or 0xF511FF) is known color: Magenta. HEX triplet: F5, 11 and FF. RGB value is (245,17,255). Sum of RGB (Red+Green+Blue) = 245+17+255=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 17 (7.03% from 255 or 3.29% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #F511FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F511FF is #0AEE00. Grayscale: #6F6F6F. Windows color (decimal): -716289 or 16716277. OLE color: 16716277.

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

Color convert

RGB 245 17 255 -
CMYK 0.04 0.93 0 0
HSL 297.48º 1% 0.53% -
HSV(B) 297.48º 0.93% 1% -
XYZ 55.91 27.03 96.88 -
YUV 112.3 208.54 222.65 -
System Red Green Blue C M Y K H S L
Decimal 245 17 255 0.04 0.93 0 0 297.48 1 0.53
Hex F5 11 FF 4 5D 0 0 129 64 35
Octal 365 21 377 4 135 0 0 451 144 65
Binary 11110101 10001 11111111 100 1011101 0 0 100101001 1100100 110101

Color Harmonies of #F511FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511FF

Black with #F511FF

Text Example


Text Example

White with #F511FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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