Html Css Color HEX #F312E0 Hot Magenta

📋 copy color: '#F312E0'

red 243 ◦ green 18 ◦ blue 224

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

Shades of Hot Magenta #F312E0

Tints of Hot Magenta #F312E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.19%

R = 50.1%
G = 3.71%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F312E0 (or 0xF312E0) is known color: Hot Magenta. HEX triplet: F3, 12 and E0. RGB value is (243,18,224). Sum of RGB (Red+Green+Blue) = 243+18+224=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 18 (7.42% from 255 or 3.71% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F312E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F312E0 is #0CED1F. Grayscale: #6C6C6C. Windows color (decimal): -847136 or 14684915. OLE color: 14684915.

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

Color convert

RGB 243 18 224 -
CMYK 0 0.93 0.08 0.05
HSL 305.07º 0.9% 0.51% -
HSV(B) 305.07º 0.93% 0.95% -
XYZ 50.63 24.87 72.65 -
YUV 108.76 193.04 223.75 -
System Red Green Blue C M Y K H S L
Decimal 243 18 224 0 0.93 0.08 0.05 305.07 0.9 0.51
Hex F3 12 E0 0 5D 8 5 131 5A 33
Octal 363 22 340 0 135 10 5 461 132 63
Binary 11110011 10010 11100000 0 1011101 1000 101 100110001 1011010 110011

Color Harmonies of #F312E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F312E0

Black with #F312E0

Text Example


Text Example

White with #F312E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F312E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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