Html Css Color HEX #F306FF Magenta

📋 copy color: '#F306FF'

red 243 ◦ green 6 ◦ blue 255

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

Shades of Magenta #F306FF

Tints of Magenta #F306FF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.19%

 BLUE value IS 255 (100% from 255) = 50.6%

R = 48.21%
G = 1.19%
B = 50.6%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F306FF (or 0xF306FF) is known color: Magenta. HEX triplet: F3, 06 and FF. RGB value is (243,6,255). Sum of RGB (Red+Green+Blue) = 243+6+255=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 6 (2.73% from 255 or 1.19% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #F306FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F306FF is #0CF900. Grayscale: #686868. Windows color (decimal): -850177 or 16713459. OLE color: 16713459.

HSL color Cylindrical-coordinate representation of color #F306FF: hue angle of 297.11º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F306FF is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 243 6 255 -
CMYK 0.05 0.98 0 0
HSL 297.11º 1% 0.51% -
HSV(B) 297.11º 0.98% 1% -
XYZ 55.08 26.4 96.8 -
YUV 105.25 212.52 226.25 -
System Red Green Blue C M Y K H S L
Decimal 243 6 255 0.05 0.98 0 0 297.11 1 0.51
Hex F3 6 FF 5 62 0 0 129 64 33
Octal 363 6 377 5 142 0 0 451 144 63
Binary 11110011 110 11111111 101 1100010 0 0 100101001 1100100 110011

Color Harmonies of #F306FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F306FF

Black with #F306FF

Text Example


Text Example

White with #F306FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F306FF; }

 p { color: rgb(243,6,255); }

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

background-color css

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

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

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

border-color css

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

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

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