Html Css Color HEX #F706F0 Magenta

📋 copy color: '#F706F0'

red 247 ◦ green 6 ◦ blue 240

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

Shades of Magenta #F706F0

Tints of Magenta #F706F0

RGB

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

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

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

R = 50.1%
G = 1.22%
B = 48.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F706F0 (or 0xF706F0) is known color: Magenta. HEX triplet: F7, 06 and F0. RGB value is (247,6,240). Sum of RGB (Red+Green+Blue) = 247+6+240=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 6 (2.73% from 255 or 1.22% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F706F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F706F0 is #08F90F. Grayscale: #686868. Windows color (decimal): -588048 or 15730423. OLE color: 15730423.

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

Color convert

RGB 247 6 240 -
CMYK 0 0.98 0.03 0.03
HSL 301.74º 0.95% 0.5% -
HSV(B) 301.74º 0.98% 0.97% -
XYZ 54.15 26.2 84.64 -
YUV 104.74 204.34 229.47 -
System Red Green Blue C M Y K H S L
Decimal 247 6 240 0 0.98 0.03 0.03 301.74 0.95 0.5
Hex F7 6 F0 0 62 3 3 12E 5F 32
Octal 367 6 360 0 142 3 3 456 137 62
Binary 11110111 110 11110000 0 1100010 11 11 100101110 1011111 110010

Color Harmonies of #F706F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F706F0

Black with #F706F0

Text Example


Text Example

White with #F706F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F706F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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