Html Css Color HEX #F311F3 Magenta

📋 copy color: '#F311F3'

red 243 ◦ green 17 ◦ blue 243

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

Shades of Magenta #F311F3

Tints of Magenta #F311F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.31%

R = 48.31%
G = 3.38%
B = 48.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F311F3 (or 0xF311F3) is known color: Magenta. HEX triplet: F3, 11 and F3. RGB value is (243,17,243). Sum of RGB (Red+Green+Blue) = 243+17+243=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 17 (7.03% from 255 or 3.38% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: red, blue. Hex color #F311F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F311F3 is #0CEE0C. Grayscale: #6D6D6D. Windows color (decimal): -847373 or 15929843. OLE color: 15929843.

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

Color convert

RGB 243 17 243 -
CMYK 0 0.93 0 0.05
HSL 300º 0.9% 0.51% -
HSV(B) 300º 0.93% 0.95% -
XYZ 53.34 25.93 86.99 -
YUV 110.34 202.87 222.62 -
System Red Green Blue C M Y K H S L
Decimal 243 17 243 0 0.93 0 0.05 300 0.9 0.51
Hex F3 11 F3 0 5D 0 5 12C 5A 33
Octal 363 21 363 0 135 0 5 454 132 63
Binary 11110011 10001 11110011 0 1011101 0 101 100101100 1011010 110011

Color Harmonies of #F311F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F311F3

Black with #F311F3

Text Example


Text Example

White with #F311F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F311F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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