Html Css Color HEX #F601F7 Magenta

📋 copy color: '#F601F7'

red 246 ◦ green 1 ◦ blue 247

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

Shades of Magenta #F601F7

Tints of Magenta #F601F7

RGB

 RED value IS 246 (96.48% from 255) = 49.8%

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

 BLUE value IS 247 (96.88% from 255) = 50%

R = 49.8%
G = 0.2%
B = 50%

CMYK

 C value IS 0.00

 M value IS 1.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F601F7 (or 0xF601F7) is known color: Magenta. HEX triplet: F6, 01 and F7. RGB value is (246,1,247). Sum of RGB (Red+Green+Blue) = 246+1+247=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 1 (0.78% from 255 or 0.20% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #F601F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F601F7 is #09FE08. Grayscale: #656565. Windows color (decimal): -654857 or 16187894. OLE color: 16187894.

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

Color convert

RGB 246 1 247 -
CMYK 0.00 1.00 0 0.03
HSL 299.76º 0.99% 0.49% -
HSV(B) 299.76º 1% 0.97% -
XYZ 54.81 26.33 90.19 -
YUV 102.3 209.67 230.5 -
System Red Green Blue C M Y K H S L
Decimal 246 1 247 0.00 1.00 0 0.03 299.76 0.99 0.49
Hex F6 1 F7 0 64 0 3 12C 63 31
Octal 366 1 367 0 144 0 3 454 143 61
Binary 11110110 1 11110111 0 1100100 0 11 100101100 1100011 110001

Color Harmonies of #F601F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F601F7

Black with #F601F7

Text Example


Text Example

White with #F601F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F601F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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