Html Css Color HEX #F60BF6 Magenta

📋 copy color: '#F60BF6'

red 246 ◦ green 11 ◦ blue 246

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

Shades of Magenta #F60BF6

Tints of Magenta #F60BF6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.19%

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

R = 48.91%
G = 2.19%
B = 48.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F60BF6 (or 0xF60BF6) is known color: Magenta. HEX triplet: F6, 0B and F6. RGB value is (246,11,246). Sum of RGB (Red+Green+Blue) = 246+11+246=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 11 (4.69% from 255 or 2.19% from 503); Blue value is 246 (96.48% from 255 or 48.91% from 503); Max value from RGB is 246 - color contains mainly: red, blue. Hex color #F60BF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60BF6 is #09F409. Grayscale: #6B6B6B. Windows color (decimal): -652298 or 16124918. OLE color: 16124918.

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

Color convert

RGB 246 11 246 -
CMYK 0 0.96 0 0.04
HSL 300º 0.93% 0.5% -
HSV(B) 300º 0.96% 0.96% -
XYZ 54.76 26.49 89.41 -
YUV 108.06 205.86 226.39 -
System Red Green Blue C M Y K H S L
Decimal 246 11 246 0 0.96 0 0.04 300 0.93 0.5
Hex F6 B F6 0 60 0 4 12C 5D 32
Octal 366 13 366 0 140 0 4 454 135 62
Binary 11110110 1011 11110110 0 1100000 0 100 100101100 1011101 110010

Color Harmonies of #F60BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60BF6

Black with #F60BF6

Text Example


Text Example

White with #F60BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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