Html Css Color HEX #F701E3 Hot Magenta

📋 copy color: '#F701E3'

red 247 ◦ green 1 ◦ blue 227

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

Shades of Hot Magenta #F701E3

Tints of Hot Magenta #F701E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 47.79%

R = 52%
G = 0.21%
B = 47.79%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F701E3 (or 0xF701E3) is known color: Hot Magenta. HEX triplet: F7, 01 and E3. RGB value is (247,1,227). Sum of RGB (Red+Green+Blue) = 247+1+227=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 1 (0.78% from 255 or 0.21% from 475); Blue value is 227 (89.06% from 255 or 47.79% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F701E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F701E3 is #08FE1C. Grayscale: #636363. Windows color (decimal): -589341 or 14877175. OLE color: 14877175.

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

Color convert

RGB 247 1 227 -
CMYK 0 1.00 0.08 0.03
HSL 304.88º 0.99% 0.49% -
HSV(B) 304.88º 1% 0.97% -
XYZ 52.23 25.34 74.81 -
YUV 100.32 199.5 232.62 -
System Red Green Blue C M Y K H S L
Decimal 247 1 227 0 1.00 0.08 0.03 304.88 0.99 0.49
Hex F7 1 E3 0 64 8 3 131 63 31
Octal 367 1 343 0 144 10 3 461 143 61
Binary 11110111 1 11100011 0 1100100 1000 11 100110001 1100011 110001

Color Harmonies of #F701E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F701E3

Black with #F701E3

Text Example


Text Example

White with #F701E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F701E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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