Html Css Color HEX #F611FF Magenta

📋 copy color: '#F611FF'

red 246 ◦ green 17 ◦ blue 255

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

Shades of Magenta #F611FF

Tints of Magenta #F611FF

RGB

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

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

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

R = 47.49%
G = 3.28%
B = 49.23%

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

#F611FF (or 0xF611FF) is known color: Magenta. HEX triplet: F6, 11 and FF. RGB value is (246,17,255). Sum of RGB (Red+Green+Blue) = 246+17+255=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 17 (7.03% from 255 or 3.28% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #F611FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F611FF is #09EE00. Grayscale: #6F6F6F. Windows color (decimal): -650753 or 16716278. OLE color: 16716278.

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

Color convert

RGB 246 17 255 -
CMYK 0.04 0.93 0 0
HSL 297.73º 1% 0.53% -
HSV(B) 297.73º 0.93% 1% -
XYZ 56.26 27.21 96.9 -
YUV 112.6 208.37 223.15 -
System Red Green Blue C M Y K H S L
Decimal 246 17 255 0.04 0.93 0 0 297.73 1 0.53
Hex F6 11 FF 4 5D 0 0 12A 64 35
Octal 366 21 377 4 135 0 0 452 144 65
Binary 11110110 10001 11111111 100 1011101 0 0 100101010 1100100 110101

Color Harmonies of #F611FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F611FF

Black with #F611FF

Text Example


Text Example

White with #F611FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F611FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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