Html Css Color HEX #F307E6 Magenta

📋 copy color: '#F307E6'

red 243 ◦ green 7 ◦ blue 230

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

Shades of Magenta #F307E6

Tints of Magenta #F307E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.92%

R = 50.63%
G = 1.46%
B = 47.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F307E6 (or 0xF307E6) is known color: Magenta. HEX triplet: F3, 07 and E6. RGB value is (243,7,230). Sum of RGB (Red+Green+Blue) = 243+7+230=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 7 (3.12% from 255 or 1.46% from 480); Blue value is 230 (90.23% from 255 or 47.92% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F307E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F307E6 is #0CF819. Grayscale: #666666. Windows color (decimal): -849946 or 15075315. OLE color: 15075315.

HSL color Cylindrical-coordinate representation of color #F307E6: hue angle of 303.31º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F307E6 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 7 230 -
CMYK 0 0.97 0.05 0.05
HSL 303.31º 0.94% 0.49% -
HSV(B) 303.31º 0.97% 0.95% -
XYZ 51.32 24.92 76.97 -
YUV 102.99 199.69 227.87 -
System Red Green Blue C M Y K H S L
Decimal 243 7 230 0 0.97 0.05 0.05 303.31 0.94 0.49
Hex F3 7 E6 0 61 5 5 12F 5E 31
Octal 363 7 346 0 141 5 5 457 136 61
Binary 11110011 111 11100110 0 1100001 101 101 100101111 1011110 110001

Color Harmonies of #F307E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F307E6

Black with #F307E6

Text Example


Text Example

White with #F307E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F307E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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