#f307f6

Color #F307F6 Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #F307F6

Tints of Magenta #F307F6

Color information

#F307F6 (or 0xF307F6) is unknown color: approx Magenta. HEX triplet: F3, 07 and F6. RGB value is (243,7,246). Sum of RGB (Red+Green+Blue) = 243+7+246=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 7 (3.12% from 255 or 1.41% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 246 - color contains mainly: blue. Hex color #F307F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F307F6 is #0CF809. Grayscale: #686868. Windows color (decimal): -849930 or 16123891. OLE color: 16123891.

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

Color convert

RGB2437246-
CMYK0.010.9700.04
HSL299.25º94.47%49.61%-
HSV(B)299.25º97.15%96.47%-
XYZ53.6725.8689.35-
YUV104.81207.69226.57-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.99%
GREEN value IS 7 (3.12% from 255) = 1.41%
BLUE value IS 246 (96.48% from 255) = 49.60%
R=48.99%
G=1.41%
B=49.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24372460.010.9700.04299.2594.4749.61
HexF37F61610412b5e32
Octal363736611410445313662
Binary11110011111111101101110000101001001010111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f307f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f307f6; }

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

 H1.HeaderClassName
 {
   color: #f307f6;
 }
 .AnyTagClassName
 {
   color: #f307f6;
 }
</style>
background-color css

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

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

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

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

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

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