Html Css Color HEX #F706E6 Magenta

📋 copy color: '#F706E6'

red 247 ◦ green 6 ◦ blue 230

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

Shades of Magenta #F706E6

Tints of Magenta #F706E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.62%

R = 51.14%
G = 1.24%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F706E6 (or 0xF706E6) is known color: Magenta. HEX triplet: F7, 06 and E6. RGB value is (247,6,230). Sum of RGB (Red+Green+Blue) = 247+6+230=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 6 (2.73% from 255 or 1.24% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F706E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F706E6 is #08F919. Grayscale: #666666. Windows color (decimal): -588058 or 15075063. OLE color: 15075063.

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

Color convert

RGB 247 6 230 -
CMYK 0 0.98 0.07 0.03
HSL 304.23º 0.95% 0.5% -
HSV(B) 304.23º 0.98% 0.97% -
XYZ 52.71 25.62 77.03 -
YUV 103.6 199.34 230.29 -
System Red Green Blue C M Y K H S L
Decimal 247 6 230 0 0.98 0.07 0.03 304.23 0.95 0.5
Hex F7 6 E6 0 62 7 3 130 5F 32
Octal 367 6 346 0 142 7 3 460 137 62
Binary 11110111 110 11100110 0 1100010 111 11 100110000 1011111 110010

Color Harmonies of #F706E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F706E6

Black with #F706E6

Text Example


Text Example

White with #F706E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F706E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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