Html Css Color HEX #F311FF Magenta

📋 copy color: '#F311FF'

red 243 ◦ green 17 ◦ blue 255

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

Shades of Magenta #F311FF

Tints of Magenta #F311FF

RGB

 RED value IS 243 (95.31% from 255) = 47.18%

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

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

R = 47.18%
G = 3.3%
B = 49.51%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F311FF (or 0xF311FF) is known color: Magenta. HEX triplet: F3, 11 and FF. RGB value is (243,17,255). Sum of RGB (Red+Green+Blue) = 243+17+255=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 17 (7.03% from 255 or 3.30% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #F311FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F311FF is #0CEE00. Grayscale: #6E6E6E. Windows color (decimal): -847361 or 16716275. OLE color: 16716275.

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

Color convert

RGB 243 17 255 -
CMYK 0.05 0.93 0 0
HSL 296.97º 1% 0.53% -
HSV(B) 296.97º 0.93% 1% -
XYZ 55.21 26.68 96.85 -
YUV 111.71 208.87 221.65 -
System Red Green Blue C M Y K H S L
Decimal 243 17 255 0.05 0.93 0 0 296.97 1 0.53
Hex F3 11 FF 5 5D 0 0 129 64 35
Octal 363 21 377 5 135 0 0 451 144 65
Binary 11110011 10001 11111111 101 1011101 0 0 100101001 1100100 110101

Color Harmonies of #F311FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F311FF

Black with #F311FF

Text Example


Text Example

White with #F311FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F311FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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