Html Css Color HEX #F701F9 Magenta

📋 copy color: '#F701F9'

red 247 ◦ green 1 ◦ blue 249

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

Shades of Magenta #F701F9

Tints of Magenta #F701F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.1%

R = 49.7%
G = 0.2%
B = 50.1%

CMYK

 C value IS 0.01

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F701F9 (or 0xF701F9) is known color: Magenta. HEX triplet: F7, 01 and F9. RGB value is (247,1,249). Sum of RGB (Red+Green+Blue) = 247+1+249=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 1 (0.78% from 255 or 0.20% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #F701F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F701F9 is #08FE06. Grayscale: #666666. Windows color (decimal): -589319 or 16318967. OLE color: 16318967.

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

Color convert

RGB 247 1 249 -
CMYK 0.01 1.00 0 0.02
HSL 299.52º 0.99% 0.49% -
HSV(B) 299.52º 1% 0.98% -
XYZ 55.47 26.64 91.84 -
YUV 102.83 210.5 230.83 -
System Red Green Blue C M Y K H S L
Decimal 247 1 249 0.01 1.00 0 0.02 299.52 0.99 0.49
Hex F7 1 F9 1 64 0 2 12C 63 31
Octal 367 1 371 1 144 0 2 454 143 61
Binary 11110111 1 11111001 1 1100100 0 10 100101100 1100011 110001

Color Harmonies of #F701F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F701F9

Black with #F701F9

Text Example


Text Example

White with #F701F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F701F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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