Html Css Color HEX #F312EE Magenta

📋 copy color: '#F312EE'

red 243 ◦ green 18 ◦ blue 238

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

Shades of Magenta #F312EE

Tints of Magenta #F312EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.7%

R = 48.7%
G = 3.61%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F312EE (or 0xF312EE) is known color: Magenta. HEX triplet: F3, 12 and EE. RGB value is (243,18,238). Sum of RGB (Red+Green+Blue) = 243+18+238=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 18 (7.42% from 255 or 3.61% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F312EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F312EE is #0CED11. Grayscale: #6D6D6D. Windows color (decimal): -847122 or 15602419. OLE color: 15602419.

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

Color convert

RGB 243 18 238 -
CMYK 0 0.93 0.02 0.05
HSL 301.33º 0.9% 0.51% -
HSV(B) 301.33º 0.93% 0.95% -
XYZ 52.61 25.66 83.07 -
YUV 110.36 200.04 222.61 -
System Red Green Blue C M Y K H S L
Decimal 243 18 238 0 0.93 0.02 0.05 301.33 0.9 0.51
Hex F3 12 EE 0 5D 2 5 12D 5A 33
Octal 363 22 356 0 135 2 5 455 132 63
Binary 11110011 10010 11101110 0 1011101 10 101 100101101 1011010 110011

Color Harmonies of #F312EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F312EE

Black with #F312EE

Text Example


Text Example

White with #F312EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F312EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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