Html Css Color HEX #F60DF6 Magenta

📋 copy color: '#F60DF6'

red 246 ◦ green 13 ◦ blue 246

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

Shades of Magenta #F60DF6

Tints of Magenta #F60DF6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.57%

 BLUE value IS 246 (96.48% from 255) = 48.71%

R = 48.71%
G = 2.57%
B = 48.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F60DF6 (or 0xF60DF6) is known color: Magenta. HEX triplet: F6, 0D and F6. RGB value is (246,13,246). Sum of RGB (Red+Green+Blue) = 246+13+246=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 13 (5.47% from 255 or 2.57% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: red, blue. Hex color #F60DF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60DF6 is #09F209. Grayscale: #6C6C6C. Windows color (decimal): -651786 or 16125430. OLE color: 16125430.

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

Color convert

RGB 246 13 246 -
CMYK 0 0.95 0 0.04
HSL 300º 0.93% 0.51% -
HSV(B) 300º 0.95% 0.96% -
XYZ 54.78 26.53 89.42 -
YUV 109.23 205.19 225.55 -
System Red Green Blue C M Y K H S L
Decimal 246 13 246 0 0.95 0 0.04 300 0.93 0.51
Hex F6 D F6 0 5F 0 4 12C 5D 33
Octal 366 15 366 0 137 0 4 454 135 63
Binary 11110110 1101 11110110 0 1011111 0 100 100101100 1011101 110011

Color Harmonies of #F60DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60DF6

Black with #F60DF6

Text Example


Text Example

White with #F60DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60DF6; }

 p { color: rgb(246,13,246); }

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

background-color css

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

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

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

border-color css

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

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

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