Html Css Color HEX #F60FFF Magenta

📋 copy color: '#F60FFF'

red 246 ◦ green 15 ◦ blue 255

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

Shades of Magenta #F60FFF

Tints of Magenta #F60FFF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.91%

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

R = 47.67%
G = 2.91%
B = 49.42%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F60FFF (or 0xF60FFF) is known color: Magenta. HEX triplet: F6, 0F and FF. RGB value is (246,15,255). Sum of RGB (Red+Green+Blue) = 246+15+255=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 15 (6.25% from 255 or 2.91% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #F60FFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60FFF is #09F000. Grayscale: #6E6E6E. Windows color (decimal): -651265 or 16715766. OLE color: 16715766.

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

Color convert

RGB 246 15 255 -
CMYK 0.04 0.94 0 0
HSL 297.75º 1% 0.53% -
HSV(B) 297.75º 0.94% 1% -
XYZ 56.23 27.15 96.89 -
YUV 111.43 209.03 223.99 -
System Red Green Blue C M Y K H S L
Decimal 246 15 255 0.04 0.94 0 0 297.75 1 0.53
Hex F6 F FF 4 5E 0 0 12A 64 35
Octal 366 17 377 4 136 0 0 452 144 65
Binary 11110110 1111 11111111 100 1011110 0 0 100101010 1100100 110101

Color Harmonies of #F60FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60FFF

Black with #F60FFF

Text Example


Text Example

White with #F60FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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