Html Css Color HEX #F308F3 Magenta

📋 copy color: '#F308F3'

red 243 ◦ green 8 ◦ blue 243

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

Shades of Magenta #F308F3

Tints of Magenta #F308F3

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.62%

 BLUE value IS 243 (95.31% from 255) = 49.19%

R = 49.19%
G = 1.62%
B = 49.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F308F3 (or 0xF308F3) is known color: Magenta. HEX triplet: F3, 08 and F3. RGB value is (243,8,243). Sum of RGB (Red+Green+Blue) = 243+8+243=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 8 (3.52% from 255 or 1.62% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: red, blue. Hex color #F308F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F308F3 is #0CF70C. Grayscale: #686868. Windows color (decimal): -849677 or 15927539. OLE color: 15927539.

HSL color Cylindrical-coordinate representation of color #F308F3: hue angle of 300º 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 #F308F3 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 8 243 -
CMYK 0 0.97 0 0.05
HSL 300º 0.94% 0.49% -
HSV(B) 300º 0.97% 0.95% -
XYZ 53.23 25.7 86.95 -
YUV 105.06 205.86 226.39 -
System Red Green Blue C M Y K H S L
Decimal 243 8 243 0 0.97 0 0.05 300 0.94 0.49
Hex F3 8 F3 0 61 0 5 12C 5E 31
Octal 363 10 363 0 141 0 5 454 136 61
Binary 11110011 1000 11110011 0 1100001 0 101 100101100 1011110 110001

Color Harmonies of #F308F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F308F3

Black with #F308F3

Text Example


Text Example

White with #F308F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F308F3; }

 p { color: rgb(243,8,243); }

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

background-color css

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

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

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

border-color css

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

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

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