Html Css Color HEX #F704EC Magenta

📋 copy color: '#F704EC'

red 247 ◦ green 4 ◦ blue 236

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

Shades of Magenta #F704EC

Tints of Magenta #F704EC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.82%

 BLUE value IS 236 (92.58% from 255) = 48.46%

R = 50.72%
G = 0.82%
B = 48.46%

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

#F704EC (or 0xF704EC) is known color: Magenta. HEX triplet: F7, 04 and EC. RGB value is (247,4,236). Sum of RGB (Red+Green+Blue) = 247+4+236=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 4 (1.95% from 255 or 0.82% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F704EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F704EC is #08FB13. Grayscale: #666666. Windows color (decimal): -588564 or 15467767. OLE color: 15467767.

HSL color Cylindrical-coordinate representation of color #F704EC: hue angle of 302.72º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F704EC is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 4 236 -
CMYK 0 0.98 0.04 0.03
HSL 302.72º 0.97% 0.49% -
HSV(B) 302.72º 0.98% 0.97% -
XYZ 53.54 25.92 81.54 -
YUV 103.11 203.01 230.64 -
System Red Green Blue C M Y K H S L
Decimal 247 4 236 0 0.98 0.04 0.03 302.72 0.97 0.49
Hex F7 4 EC 0 62 4 3 12F 61 31
Octal 367 4 354 0 142 4 3 457 141 61
Binary 11110111 100 11101100 0 1100010 100 11 100101111 1100001 110001

Color Harmonies of #F704EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F704EC

Black with #F704EC

Text Example


Text Example

White with #F704EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F704EC; }

 p { color: rgb(247,4,236); }

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

background-color css

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

 a { background-color: rgb(247,4,236); }

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

border-color css

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

 span { border-color: rgb(247,4,236); }

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