Html Css Color HEX #F310F2 Magenta

📋 copy color: '#F310F2'

red 243 ◦ green 16 ◦ blue 242

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

Shades of Magenta #F310F2

Tints of Magenta #F310F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.3%

R = 48.5%
G = 3.19%
B = 48.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F310F2 (or 0xF310F2) is known color: Magenta. HEX triplet: F3, 10 and F2. RGB value is (243,16,242). Sum of RGB (Red+Green+Blue) = 243+16+242=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 16 (6.64% from 255 or 3.19% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F310F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F310F2 is #0CEF0D. Grayscale: #6C6C6C. Windows color (decimal): -847630 or 15864051. OLE color: 15864051.

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

Color convert

RGB 243 16 242 -
CMYK 0 0.93 0.00 0.05
HSL 300.26º 0.9% 0.51% -
HSV(B) 300.26º 0.93% 0.95% -
XYZ 53.17 25.84 86.19 -
YUV 109.64 202.71 223.12 -
System Red Green Blue C M Y K H S L
Decimal 243 16 242 0 0.93 0.00 0.05 300.26 0.9 0.51
Hex F3 10 F2 0 5D 0 5 12C 5A 33
Octal 363 20 362 0 135 0 5 454 132 63
Binary 11110011 10000 11110010 0 1011101 0 101 100101100 1011010 110011

Color Harmonies of #F310F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F310F2

Black with #F310F2

Text Example


Text Example

White with #F310F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F310F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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