Html Css Color HEX #F314F9 Magenta

📋 copy color: '#F314F9'

red 243 ◦ green 20 ◦ blue 249

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

Shades of Magenta #F314F9

Tints of Magenta #F314F9

RGB

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

 GREEN value IS 20 (8.2% from 255) = 3.91%

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

R = 47.46%
G = 3.91%
B = 48.63%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F314F9 (or 0xF314F9) is known color: Magenta. HEX triplet: F3, 14 and F9. RGB value is (243,20,249). Sum of RGB (Red+Green+Blue) = 243+20+249=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 20 (8.20% from 255 or 3.91% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #F314F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F314F9 is #0CEB06. Grayscale: #707070. Windows color (decimal): -846599 or 16323827. OLE color: 16323827.

HSL color Cylindrical-coordinate representation of color #F314F9: hue angle of 298.43º degrees, saturation: 0.95, 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 #F314F9 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 243 20 249 -
CMYK 0.02 0.92 0 0.02
HSL 298.43º 0.95% 0.53% -
HSV(B) 298.43º 0.92% 0.98% -
XYZ 54.31 26.39 91.85 -
YUV 112.78 204.88 220.88 -
System Red Green Blue C M Y K H S L
Decimal 243 20 249 0.02 0.92 0 0.02 298.43 0.95 0.53
Hex F3 14 F9 2 5C 0 2 12A 5F 35
Octal 363 24 371 2 134 0 2 452 137 65
Binary 11110011 10100 11111001 10 1011100 0 10 100101010 1011111 110101

Color Harmonies of #F314F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F314F9

Black with #F314F9

Text Example


Text Example

White with #F314F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F314F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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