Html Css Color HEX #F701EE Magenta

📋 copy color: '#F701EE'

red 247 ◦ green 1 ◦ blue 238

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

Shades of Magenta #F701EE

Tints of Magenta #F701EE

RGB

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

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

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

R = 50.82%
G = 0.21%
B = 48.97%

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

#F701EE (or 0xF701EE) is known color: Magenta. HEX triplet: F7, 01 and EE. RGB value is (247,1,238). Sum of RGB (Red+Green+Blue) = 247+1+238=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 1 (0.78% from 255 or 0.21% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F701EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F701EE is #08FE11. Grayscale: #646464. Windows color (decimal): -589330 or 15598071. OLE color: 15598071.

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

Color convert

RGB 247 1 238 -
CMYK 0 1.00 0.04 0.03
HSL 302.2º 0.99% 0.49% -
HSV(B) 302.2º 1% 0.97% -
XYZ 53.8 25.97 83.07 -
YUV 101.57 205 231.73 -
System Red Green Blue C M Y K H S L
Decimal 247 1 238 0 1.00 0.04 0.03 302.2 0.99 0.49
Hex F7 1 EE 0 64 4 3 12E 63 31
Octal 367 1 356 0 144 4 3 456 143 61
Binary 11110111 1 11101110 0 1100100 100 11 100101110 1100011 110001

Color Harmonies of #F701EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F701EE

Black with #F701EE

Text Example


Text Example

White with #F701EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F701EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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