Html Css Color HEX #F310F0 Magenta

📋 copy color: '#F310F0'

red 243 ◦ green 16 ◦ blue 240

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

Shades of Magenta #F310F0

Tints of Magenta #F310F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.1%

R = 48.7%
G = 3.21%
B = 48.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F310F0 (or 0xF310F0) is known color: Magenta. HEX triplet: F3, 10 and F0. RGB value is (243,16,240). Sum of RGB (Red+Green+Blue) = 243+16+240=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 16 (6.64% from 255 or 3.21% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F310F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F310F0 is #0CEF0F. Grayscale: #6C6C6C. Windows color (decimal): -847632 or 15732979. OLE color: 15732979.

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

Color convert

RGB 243 16 240 -
CMYK 0 0.93 0.01 0.05
HSL 300.79º 0.9% 0.51% -
HSV(B) 300.79º 0.93% 0.95% -
XYZ 52.88 25.72 84.62 -
YUV 109.41 201.71 223.29 -
System Red Green Blue C M Y K H S L
Decimal 243 16 240 0 0.93 0.01 0.05 300.79 0.9 0.51
Hex F3 10 F0 0 5D 1 5 12D 5A 33
Octal 363 20 360 0 135 1 5 455 132 63
Binary 11110011 10000 11110000 0 1011101 1 101 100101101 1011010 110011

Color Harmonies of #F310F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F310F0

Black with #F310F0

Text Example


Text Example

White with #F310F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F310F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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