Html Css Color HEX #F706F9 Magenta

📋 copy color: '#F706F9'

red 247 ◦ green 6 ◦ blue 249

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

Shades of Magenta #F706F9

Tints of Magenta #F706F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.6%

R = 49.2%
G = 1.2%
B = 49.6%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F706F9 (or 0xF706F9) is known color: Magenta. HEX triplet: F7, 06 and F9. RGB value is (247,6,249). Sum of RGB (Red+Green+Blue) = 247+6+249=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 6 (2.73% from 255 or 1.20% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #F706F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F706F9 is #08F906. Grayscale: #696969. Windows color (decimal): -588039 or 16320247. OLE color: 16320247.

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

Color convert

RGB 247 6 249 -
CMYK 0.01 0.98 0 0.02
HSL 299.51º 0.95% 0.5% -
HSV(B) 299.51º 0.98% 0.98% -
XYZ 55.52 26.74 91.86 -
YUV 105.76 208.84 228.74 -
System Red Green Blue C M Y K H S L
Decimal 247 6 249 0.01 0.98 0 0.02 299.51 0.95 0.5
Hex F7 6 F9 1 62 0 2 12C 5F 32
Octal 367 6 371 1 142 0 2 454 137 62
Binary 11110111 110 11111001 1 1100010 0 10 100101100 1011111 110010

Color Harmonies of #F706F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F706F9

Black with #F706F9

Text Example


Text Example

White with #F706F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F706F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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