Html Css Color HEX #F706EE Magenta

📋 copy color: '#F706EE'

red 247 ◦ green 6 ◦ blue 238

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

Shades of Magenta #F706EE

Tints of Magenta #F706EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.47%

R = 50.31%
G = 1.22%
B = 48.47%

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

#F706EE (or 0xF706EE) is known color: Magenta. HEX triplet: F7, 06 and EE. RGB value is (247,6,238). Sum of RGB (Red+Green+Blue) = 247+6+238=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 6 (2.73% from 255 or 1.22% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F706EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F706EE is #08F911. Grayscale: #676767. Windows color (decimal): -588050 or 15599351. OLE color: 15599351.

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

Color convert

RGB 247 6 238 -
CMYK 0 0.98 0.04 0.03
HSL 302.24º 0.95% 0.5% -
HSV(B) 302.24º 0.98% 0.97% -
XYZ 53.86 26.08 83.08 -
YUV 104.51 203.34 229.64 -
System Red Green Blue C M Y K H S L
Decimal 247 6 238 0 0.98 0.04 0.03 302.24 0.95 0.5
Hex F7 6 EE 0 62 4 3 12E 5F 32
Octal 367 6 356 0 142 4 3 456 137 62
Binary 11110111 110 11101110 0 1100010 100 11 100101110 1011111 110010

Color Harmonies of #F706EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F706EE

Black with #F706EE

Text Example


Text Example

White with #F706EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F706EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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