Html Css Color HEX #F310EE Magenta

📋 copy color: '#F310EE'

red 243 ◦ green 16 ◦ blue 238

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

Shades of Magenta #F310EE

Tints of Magenta #F310EE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.22%

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

R = 48.89%
G = 3.22%
B = 47.89%

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

#F310EE (or 0xF310EE) is known color: Magenta. HEX triplet: F3, 10 and EE. RGB value is (243,16,238). Sum of RGB (Red+Green+Blue) = 243+16+238=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 16 (6.64% from 255 or 3.22% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F310EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F310EE is #0CEF11. Grayscale: #6C6C6C. Windows color (decimal): -847634 or 15601907. OLE color: 15601907.

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

Color convert

RGB 243 16 238 -
CMYK 0 0.93 0.02 0.05
HSL 301.32º 0.9% 0.51% -
HSV(B) 301.32º 0.93% 0.95% -
XYZ 52.58 25.6 83.06 -
YUV 109.18 200.71 223.45 -
System Red Green Blue C M Y K H S L
Decimal 243 16 238 0 0.93 0.02 0.05 301.32 0.9 0.51
Hex F3 10 EE 0 5D 2 5 12D 5A 33
Octal 363 20 356 0 135 2 5 455 132 63
Binary 11110011 10000 11101110 0 1011101 10 101 100101101 1011010 110011

Color Harmonies of #F310EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F310EE

Black with #F310EE

Text Example


Text Example

White with #F310EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F310EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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