Html Css Color HEX #F307FA Magenta

📋 copy color: '#F307FA'

red 243 ◦ green 7 ◦ blue 250

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

Shades of Magenta #F307FA

Tints of Magenta #F307FA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.4%

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

R = 48.6%
G = 1.4%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F307FA (or 0xF307FA) is known color: Magenta. HEX triplet: F3, 07 and FA. RGB value is (243,7,250). Sum of RGB (Red+Green+Blue) = 243+7+250=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 7 (3.12% from 255 or 1.4% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #F307FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F307FA is #0CF805. Grayscale: #686868. Windows color (decimal): -849926 or 16386035. OLE color: 16386035.

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

Color convert

RGB 243 7 250 -
CMYK 0.03 0.97 0 0.02
HSL 298.27º 0.96% 0.5% -
HSV(B) 298.27º 0.97% 0.98% -
XYZ 54.29 26.11 92.62 -
YUV 105.27 209.69 226.24 -
System Red Green Blue C M Y K H S L
Decimal 243 7 250 0.03 0.97 0 0.02 298.27 0.96 0.5
Hex F3 7 FA 3 61 0 2 12A 60 32
Octal 363 7 372 3 141 0 2 452 140 62
Binary 11110011 111 11111010 11 1100001 0 10 100101010 1100000 110010

Color Harmonies of #F307FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F307FA

Black with #F307FA

Text Example


Text Example

White with #F307FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F307FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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