Html Css Color HEX #F61CF2 Magenta

📋 copy color: '#F61CF2'

red 246 ◦ green 28 ◦ blue 242

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

Shades of Magenta #F61CF2

Tints of Magenta #F61CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.9%

R = 47.67%
G = 5.43%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F61CF2 (or 0xF61CF2) is known color: Magenta. HEX triplet: F6, 1C and F2. RGB value is (246,28,242). Sum of RGB (Red+Green+Blue) = 246+28+242=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 28 (11.33% from 255 or 5.43% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F61CF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61CF2 is #09E30D. Grayscale: #747474. Windows color (decimal): -647950 or 15867126. OLE color: 15867126.

HSL color Cylindrical-coordinate representation of color #F61CF2: hue angle of 301.1º 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 #F61CF2 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 28 242 -
CMYK 0 0.89 0.02 0.04
HSL 301.1º 0.92% 0.54% -
HSV(B) 301.1º 0.89% 0.96% -
XYZ 54.45 26.83 86.31 -
YUV 117.58 198.22 219.6 -
System Red Green Blue C M Y K H S L
Decimal 246 28 242 0 0.89 0.02 0.04 301.1 0.92 0.54
Hex F6 1C F2 0 59 2 4 12D 5C 36
Octal 366 34 362 0 131 2 4 455 134 66
Binary 11110110 11100 11110010 0 1011001 10 100 100101101 1011100 110110

Color Harmonies of #F61CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61CF2

Black with #F61CF2

Text Example


Text Example

White with #F61CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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