Html Css Color HEX #F61CF6 Magenta

📋 copy color: '#F61CF6'

red 246 ◦ green 28 ◦ blue 246

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

Shades of Magenta #F61CF6

Tints of Magenta #F61CF6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.38%

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

R = 47.31%
G = 5.38%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F61CF6 (or 0xF61CF6) is known color: Magenta. HEX triplet: F6, 1C and F6. RGB value is (246,28,246). Sum of RGB (Red+Green+Blue) = 246+28+246=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 28 (11.33% from 255 or 5.38% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: red, blue. Hex color #F61CF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61CF6 is #09E309. Grayscale: #757575. Windows color (decimal): -647946 or 16129270. OLE color: 16129270.

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

Color convert

RGB 246 28 246 -
CMYK 0 0.89 0 0.04
HSL 300º 0.92% 0.54% -
HSV(B) 300º 0.89% 0.96% -
XYZ 55.06 27.08 89.51 -
YUV 118.03 200.22 219.27 -
System Red Green Blue C M Y K H S L
Decimal 246 28 246 0 0.89 0 0.04 300 0.92 0.54
Hex F6 1C F6 0 59 0 4 12C 5C 36
Octal 366 34 366 0 131 0 4 454 134 66
Binary 11110110 11100 11110110 0 1011001 0 100 100101100 1011100 110110

Color Harmonies of #F61CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61CF6

Black with #F61CF6

Text Example


Text Example

White with #F61CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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