Html Css Color HEX #F611FE Magenta

📋 copy color: '#F611FE'

red 246 ◦ green 17 ◦ blue 254

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

Shades of Magenta #F611FE

Tints of Magenta #F611FE

RGB

 RED value IS 246 (96.48% from 255) = 47.58%

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

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

R = 47.58%
G = 3.29%
B = 49.13%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F611FE (or 0xF611FE) is known color: Magenta. HEX triplet: F6, 11 and FE. RGB value is (246,17,254). Sum of RGB (Red+Green+Blue) = 246+17+254=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 17 (7.03% from 255 or 3.29% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #F611FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F611FE is #09EE01. Grayscale: #6F6F6F. Windows color (decimal): -650754 or 16650742. OLE color: 16650742.

HSL color Cylindrical-coordinate representation of color #F611FE: hue angle of 297.97º 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 #F611FE is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 246 17 254 -
CMYK 0.03 0.93 0 0.00
HSL 297.97º 0.99% 0.53% -
HSV(B) 297.97º 0.93% 1% -
XYZ 56.1 27.15 96.05 -
YUV 112.49 207.87 223.23 -
System Red Green Blue C M Y K H S L
Decimal 246 17 254 0.03 0.93 0 0.00 297.97 0.99 0.53
Hex F6 11 FE 3 5D 0 0 12A 63 35
Octal 366 21 376 3 135 0 0 452 143 65
Binary 11110110 10001 11111110 11 1011101 0 0 100101010 1100011 110101

Color Harmonies of #F611FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F611FE

Black with #F611FE

Text Example


Text Example

White with #F611FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F611FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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