Html Css Color HEX #F706ED Magenta

📋 copy color: '#F706ED'

red 247 ◦ green 6 ◦ blue 237

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

Shades of Magenta #F706ED

Tints of Magenta #F706ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.37%

R = 50.41%
G = 1.22%
B = 48.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F706ED (or 0xF706ED) is known color: Magenta. HEX triplet: F7, 06 and ED. RGB value is (247,6,237). Sum of RGB (Red+Green+Blue) = 247+6+237=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 6 (2.73% from 255 or 1.22% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F706ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F706ED is #08F912. Grayscale: #676767. Windows color (decimal): -588051 or 15533815. OLE color: 15533815.

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

Color convert

RGB 247 6 237 -
CMYK 0 0.98 0.04 0.03
HSL 302.49º 0.95% 0.5% -
HSV(B) 302.49º 0.98% 0.97% -
XYZ 53.71 26.02 82.31 -
YUV 104.39 202.84 229.72 -
System Red Green Blue C M Y K H S L
Decimal 247 6 237 0 0.98 0.04 0.03 302.49 0.95 0.5
Hex F7 6 ED 0 62 4 3 12E 5F 32
Octal 367 6 355 0 142 4 3 456 137 62
Binary 11110111 110 11101101 0 1100010 100 11 100101110 1011111 110010

Color Harmonies of #F706ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F706ED

Black with #F706ED

Text Example


Text Example

White with #F706ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F706ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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