Html Css Color HEX #F311F0 Magenta

📋 copy color: '#F311F0'

red 243 ◦ green 17 ◦ blue 240

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

Shades of Magenta #F311F0

Tints of Magenta #F311F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48%

R = 48.6%
G = 3.4%
B = 48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F311F0 (or 0xF311F0) is known color: Magenta. HEX triplet: F3, 11 and F0. RGB value is (243,17,240). Sum of RGB (Red+Green+Blue) = 243+17+240=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 17 (7.03% from 255 or 3.4% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F311F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F311F0 is #0CEE0F. Grayscale: #6D6D6D. Windows color (decimal): -847376 or 15733235. OLE color: 15733235.

HSL color Cylindrical-coordinate representation of color #F311F0: hue angle of 300.8º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F311F0 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 17 240 -
CMYK 0 0.93 0.01 0.05
HSL 300.8º 0.9% 0.51% -
HSV(B) 300.8º 0.93% 0.95% -
XYZ 52.89 25.75 84.62 -
YUV 110 201.37 222.87 -
System Red Green Blue C M Y K H S L
Decimal 243 17 240 0 0.93 0.01 0.05 300.8 0.9 0.51
Hex F3 11 F0 0 5D 1 5 12D 5A 33
Octal 363 21 360 0 135 1 5 455 132 63
Binary 11110011 10001 11110000 0 1011101 1 101 100101101 1011010 110011

Color Harmonies of #F311F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F311F0

Black with #F311F0

Text Example


Text Example

White with #F311F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F311F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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