Html Css Color HEX #F601FF Magenta

📋 copy color: '#F601FF'

red 246 ◦ green 1 ◦ blue 255

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

Shades of Magenta #F601FF

Tints of Magenta #F601FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.8%

R = 49%
G = 0.2%
B = 50.8%

CMYK

 C value IS 0.04

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F601FF (or 0xF601FF) is known color: Magenta. HEX triplet: F6, 01 and FF. RGB value is (246,1,255). Sum of RGB (Red+Green+Blue) = 246+1+255=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 1 (0.78% from 255 or 0.20% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #F601FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F601FF is #09FE00. Grayscale: #666666. Windows color (decimal): -654849 or 16712182. OLE color: 16712182.

HSL color Cylindrical-coordinate representation of color #F601FF: hue angle of 297.87º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F601FF is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 246 1 255 -
CMYK 0.04 1.00 0 0
HSL 297.87º 1% 0.5% -
HSV(B) 297.87º 1% 1% -
XYZ 56.07 26.83 96.83 -
YUV 103.21 213.67 229.85 -
System Red Green Blue C M Y K H S L
Decimal 246 1 255 0.04 1.00 0 0 297.87 1 0.5
Hex F6 1 FF 4 64 0 0 12A 64 32
Octal 366 1 377 4 144 0 0 452 144 62
Binary 11110110 1 11111111 100 1100100 0 0 100101010 1100100 110010

Color Harmonies of #F601FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F601FF

Black with #F601FF

Text Example


Text Example

White with #F601FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F601FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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