Html Css Color HEX #F60AFF Magenta

📋 copy color: '#F60AFF'

red 246 ◦ green 10 ◦ blue 255

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

Shades of Magenta #F60AFF

Tints of Magenta #F60AFF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 1.96%

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

R = 48.14%
G = 1.96%
B = 49.9%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F60AFF (or 0xF60AFF) is known color: Magenta. HEX triplet: F6, 0A and FF. RGB value is (246,10,255). Sum of RGB (Red+Green+Blue) = 246+10+255=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 10 (4.30% from 255 or 1.96% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #F60AFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60AFF is #09F500. Grayscale: #6B6B6B. Windows color (decimal): -652545 or 16714486. OLE color: 16714486.

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

Color convert

RGB 246 10 255 -
CMYK 0.04 0.96 0 0
HSL 297.8º 1% 0.52% -
HSV(B) 297.8º 0.96% 1% -
XYZ 56.16 27.03 96.86 -
YUV 108.49 210.69 226.08 -
System Red Green Blue C M Y K H S L
Decimal 246 10 255 0.04 0.96 0 0 297.8 1 0.52
Hex F6 A FF 4 60 0 0 12A 64 34
Octal 366 12 377 4 140 0 0 452 144 64
Binary 11110110 1010 11111111 100 1100000 0 0 100101010 1100100 110100

Color Harmonies of #F60AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60AFF

Black with #F60AFF

Text Example


Text Example

White with #F60AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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