Html Css Color HEX #F312E9 Magenta

📋 copy color: '#F312E9'

red 243 ◦ green 18 ◦ blue 233

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

Shades of Magenta #F312E9

Tints of Magenta #F312E9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.64%

 BLUE value IS 233 (91.41% from 255) = 47.17%

R = 49.19%
G = 3.64%
B = 47.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F312E9 (or 0xF312E9) is known color: Magenta. HEX triplet: F3, 12 and E9. RGB value is (243,18,233). Sum of RGB (Red+Green+Blue) = 243+18+233=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 18 (7.42% from 255 or 3.64% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F312E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F312E9 is #0CED16. Grayscale: #6D6D6D. Windows color (decimal): -847127 or 15274739. OLE color: 15274739.

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

Color convert

RGB 243 18 233 -
CMYK 0 0.93 0.04 0.05
HSL 302.67º 0.9% 0.51% -
HSV(B) 302.67º 0.93% 0.95% -
XYZ 51.89 25.37 79.25 -
YUV 109.79 197.54 223.02 -
System Red Green Blue C M Y K H S L
Decimal 243 18 233 0 0.93 0.04 0.05 302.67 0.9 0.51
Hex F3 12 E9 0 5D 4 5 12F 5A 33
Octal 363 22 351 0 135 4 5 457 132 63
Binary 11110011 10010 11101001 0 1011101 100 101 100101111 1011010 110011

Color Harmonies of #F312E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F312E9

Black with #F312E9

Text Example


Text Example

White with #F312E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F312E9; }

 p { color: rgb(243,18,233); }

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

background-color css

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

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

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

border-color css

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

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

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