Html Css Color HEX #F310F9 Magenta

📋 copy color: '#F310F9'

red 243 ◦ green 16 ◦ blue 249

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

Shades of Magenta #F310F9

Tints of Magenta #F310F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.02%

R = 47.83%
G = 3.15%
B = 49.02%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F310F9 (or 0xF310F9) is known color: Magenta. HEX triplet: F3, 10 and F9. RGB value is (243,16,249). Sum of RGB (Red+Green+Blue) = 243+16+249=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 16 (6.64% from 255 or 3.15% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #F310F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F310F9 is #0CEF06. Grayscale: #6D6D6D. Windows color (decimal): -847623 or 16322803. OLE color: 16322803.

HSL color Cylindrical-coordinate representation of color #F310F9: hue angle of 298.45º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F310F9 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 243 16 249 -
CMYK 0.02 0.94 0 0.02
HSL 298.45º 0.95% 0.52% -
HSV(B) 298.45º 0.94% 0.98% -
XYZ 54.25 26.26 91.83 -
YUV 110.44 206.21 222.55 -
System Red Green Blue C M Y K H S L
Decimal 243 16 249 0.02 0.94 0 0.02 298.45 0.95 0.52
Hex F3 10 F9 2 5E 0 2 12A 5F 34
Octal 363 20 371 2 136 0 2 452 137 64
Binary 11110011 10000 11111001 10 1011110 0 10 100101010 1011111 110100

Color Harmonies of #F310F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F310F9

Black with #F310F9

Text Example


Text Example

White with #F310F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F310F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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