Html Css Color HEX #F701EC Magenta

📋 copy color: '#F701EC'

red 247 ◦ green 1 ◦ blue 236

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

Shades of Magenta #F701EC

Tints of Magenta #F701EC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

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

R = 51.03%
G = 0.21%
B = 48.76%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F701EC (or 0xF701EC) is known color: Magenta. HEX triplet: F7, 01 and EC. RGB value is (247,1,236). Sum of RGB (Red+Green+Blue) = 247+1+236=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 1 (0.78% from 255 or 0.21% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F701EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F701EC is #08FE13. Grayscale: #646464. Windows color (decimal): -589332 or 15466999. OLE color: 15466999.

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

Color convert

RGB 247 1 236 -
CMYK 0 1.00 0.04 0.03
HSL 302.68º 0.99% 0.49% -
HSV(B) 302.68º 1% 0.97% -
XYZ 53.51 25.85 81.53 -
YUV 101.34 204 231.89 -
System Red Green Blue C M Y K H S L
Decimal 247 1 236 0 1.00 0.04 0.03 302.68 0.99 0.49
Hex F7 1 EC 0 64 4 3 12F 63 31
Octal 367 1 354 0 144 4 3 457 143 61
Binary 11110111 1 11101100 0 1100100 100 11 100101111 1100011 110001

Color Harmonies of #F701EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F701EC

Black with #F701EC

Text Example


Text Example

White with #F701EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F701EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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