Html Css Color HEX #F313FA Magenta

📋 copy color: '#F313FA'

red 243 ◦ green 19 ◦ blue 250

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

Shades of Magenta #F313FA

Tints of Magenta #F313FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.71%

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 47.46%
G = 3.71%
B = 48.83%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F313FA (or 0xF313FA) is known color: Magenta. HEX triplet: F3, 13 and FA. RGB value is (243,19,250). Sum of RGB (Red+Green+Blue) = 243+19+250=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 19 (7.81% from 255 or 3.71% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #F313FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F313FA is #0CEC05. Grayscale: #6F6F6F. Windows color (decimal): -846854 or 16389107. OLE color: 16389107.

HSL color Cylindrical-coordinate representation of color #F313FA: hue angle of 298.18º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F313FA is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 243 19 250 -
CMYK 0.03 0.92 0 0.02
HSL 298.18º 0.96% 0.53% -
HSV(B) 298.18º 0.92% 0.98% -
XYZ 54.45 26.42 92.67 -
YUV 112.31 205.71 221.22 -
System Red Green Blue C M Y K H S L
Decimal 243 19 250 0.03 0.92 0 0.02 298.18 0.96 0.53
Hex F3 13 FA 3 5C 0 2 12A 60 35
Octal 363 23 372 3 134 0 2 452 140 65
Binary 11110011 10011 11111010 11 1011100 0 10 100101010 1100000 110101

Color Harmonies of #F313FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F313FA

Black with #F313FA

Text Example


Text Example

White with #F313FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F313FA; }

 p { color: rgb(243,19,250); }

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

background-color css

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

 a { background-color: rgb(243,19,250); }

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

border-color css

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

 span { border-color: rgb(243,19,250); }

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