Html Css Color HEX #F706F3 Magenta

📋 copy color: '#F706F3'

red 247 ◦ green 6 ◦ blue 243

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

Shades of Magenta #F706F3

Tints of Magenta #F706F3

RGB

 RED value IS 247 (96.88% from 255) = 49.8%

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

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

R = 49.8%
G = 1.21%
B = 48.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F706F3 (or 0xF706F3) is known color: Magenta. HEX triplet: F7, 06 and F3. RGB value is (247,6,243). Sum of RGB (Red+Green+Blue) = 247+6+243=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 6 (2.73% from 255 or 1.21% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F706F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F706F3 is #08F90C. Grayscale: #686868. Windows color (decimal): -588045 or 15927031. OLE color: 15927031.

HSL color Cylindrical-coordinate representation of color #F706F3: hue angle of 301º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F706F3 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 6 243 -
CMYK 0 0.98 0.02 0.03
HSL 301º 0.95% 0.5% -
HSV(B) 301º 0.98% 0.97% -
XYZ 54.6 26.38 87.01 -
YUV 105.08 205.84 229.23 -
System Red Green Blue C M Y K H S L
Decimal 247 6 243 0 0.98 0.02 0.03 301 0.95 0.5
Hex F7 6 F3 0 62 2 3 12D 5F 32
Octal 367 6 363 0 142 2 3 455 137 62
Binary 11110111 110 11110011 0 1100010 10 11 100101101 1011111 110010

Color Harmonies of #F706F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F706F3

Black with #F706F3

Text Example


Text Example

White with #F706F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F706F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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