Html Css Color HEX #F306F0 Magenta

📋 copy color: '#F306F0'

red 243 ◦ green 6 ◦ blue 240

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

Shades of Magenta #F306F0

Tints of Magenta #F306F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.08%

R = 49.69%
G = 1.23%
B = 49.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F306F0 (or 0xF306F0) is known color: Magenta. HEX triplet: F3, 06 and F0. RGB value is (243,6,240). Sum of RGB (Red+Green+Blue) = 243+6+240=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 6 (2.73% from 255 or 1.23% from 489); Blue value is 240 (94.14% from 255 or 49.08% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F306F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F306F0 is #0CF90F. Grayscale: #666666. Windows color (decimal): -850192 or 15730419. OLE color: 15730419.

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

Color convert

RGB 243 6 240 -
CMYK 0 0.98 0.01 0.05
HSL 300.76º 0.95% 0.49% -
HSV(B) 300.76º 0.98% 0.95% -
XYZ 52.76 25.48 84.57 -
YUV 103.54 205.02 227.47 -
System Red Green Blue C M Y K H S L
Decimal 243 6 240 0 0.98 0.01 0.05 300.76 0.95 0.49
Hex F3 6 F0 0 62 1 5 12D 5F 31
Octal 363 6 360 0 142 1 5 455 137 61
Binary 11110011 110 11110000 0 1100010 1 101 100101101 1011111 110001

Color Harmonies of #F306F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F306F0

Black with #F306F0

Text Example


Text Example

White with #F306F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F306F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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