Html Css Color HEX #F315FA Magenta

📋 copy color: '#F315FA'

red 243 ◦ green 21 ◦ blue 250

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

Shades of Magenta #F315FA

Tints of Magenta #F315FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.09%

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

R = 47.28%
G = 4.09%
B = 48.64%

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

#F315FA (or 0xF315FA) is known color: Magenta. HEX triplet: F3, 15 and FA. RGB value is (243,21,250). Sum of RGB (Red+Green+Blue) = 243+21+250=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 21 (8.59% from 255 or 4.09% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #F315FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F315FA is #0CEA05. Grayscale: #707070. Windows color (decimal): -846342 or 16389619. OLE color: 16389619.

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

Color convert

RGB 243 21 250 -
CMYK 0.03 0.92 0 0.02
HSL 298.17º 0.96% 0.53% -
HSV(B) 298.17º 0.92% 0.98% -
XYZ 54.49 26.49 92.68 -
YUV 113.48 205.05 220.38 -
System Red Green Blue C M Y K H S L
Decimal 243 21 250 0.03 0.92 0 0.02 298.17 0.96 0.53
Hex F3 15 FA 3 5C 0 2 12A 60 35
Octal 363 25 372 3 134 0 2 452 140 65
Binary 11110011 10101 11111010 11 1011100 0 10 100101010 1100000 110101

Color Harmonies of #F315FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F315FA

Black with #F315FA

Text Example


Text Example

White with #F315FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F315FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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