Html Css Color HEX #F701E4 Hot Magenta

📋 copy color: '#F701E4'

red 247 ◦ green 1 ◦ blue 228

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

Shades of Hot Magenta #F701E4

Tints of Hot Magenta #F701E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.9%

R = 51.89%
G = 0.21%
B = 47.9%

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

#F701E4 (or 0xF701E4) is known color: Hot Magenta. HEX triplet: F7, 01 and E4. RGB value is (247,1,228). Sum of RGB (Red+Green+Blue) = 247+1+228=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 1 (0.78% from 255 or 0.21% from 476); Blue value is 228 (89.45% from 255 or 47.90% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F701E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F701E4 is #08FE1B. Grayscale: #636363. Windows color (decimal): -589340 or 14942711. OLE color: 14942711.

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

Color convert

RGB 247 1 228 -
CMYK 0 1.00 0.08 0.03
HSL 304.63º 0.99% 0.49% -
HSV(B) 304.63º 1% 0.97% -
XYZ 52.37 25.4 75.54 -
YUV 100.43 200 232.54 -
System Red Green Blue C M Y K H S L
Decimal 247 1 228 0 1.00 0.08 0.03 304.63 0.99 0.49
Hex F7 1 E4 0 64 8 3 131 63 31
Octal 367 1 344 0 144 10 3 461 143 61
Binary 11110111 1 11100100 0 1100100 1000 11 100110001 1100011 110001

Color Harmonies of #F701E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F701E4

Black with #F701E4

Text Example


Text Example

White with #F701E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F701E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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