Html Css Color HEX #F310E6 Magenta

📋 copy color: '#F310E6'

red 243 ◦ green 16 ◦ blue 230

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

Shades of Magenta #F310E6

Tints of Magenta #F310E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.03%

R = 49.69%
G = 3.27%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F310E6 (or 0xF310E6) is known color: Magenta. HEX triplet: F3, 10 and E6. RGB value is (243,16,230). Sum of RGB (Red+Green+Blue) = 243+16+230=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 16 (6.64% from 255 or 3.27% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F310E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F310E6 is #0CEF19. Grayscale: #6B6B6B. Windows color (decimal): -847642 or 15077619. OLE color: 15077619.

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

Color convert

RGB 243 16 230 -
CMYK 0 0.93 0.05 0.05
HSL 303.44º 0.9% 0.51% -
HSV(B) 303.44º 0.93% 0.95% -
XYZ 51.43 25.14 77 -
YUV 108.27 196.71 224.1 -
System Red Green Blue C M Y K H S L
Decimal 243 16 230 0 0.93 0.05 0.05 303.44 0.9 0.51
Hex F3 10 E6 0 5D 5 5 12F 5A 33
Octal 363 20 346 0 135 5 5 457 132 63
Binary 11110011 10000 11100110 0 1011101 101 101 100101111 1011010 110011

Color Harmonies of #F310E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F310E6

Black with #F310E6

Text Example


Text Example

White with #F310E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F310E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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