Html Css Color HEX #F61AF4 Magenta

📋 copy color: '#F61AF4'

red 246 ◦ green 26 ◦ blue 244

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

Shades of Magenta #F61AF4

Tints of Magenta #F61AF4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.04%

 BLUE value IS 244 (95.7% from 255) = 47.29%

R = 47.67%
G = 5.04%
B = 47.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F61AF4 (or 0xF61AF4) is known color: Magenta. HEX triplet: F6, 1A and F4. RGB value is (246,26,244). Sum of RGB (Red+Green+Blue) = 246+26+244=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 26 (10.55% from 255 or 5.04% from 516); Blue value is 244 (95.70% from 255 or 47.29% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F61AF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61AF4 is #09E50B. Grayscale: #737373. Windows color (decimal): -648460 or 15997686. OLE color: 15997686.

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

Color convert

RGB 246 26 244 -
CMYK 0 0.89 0.01 0.04
HSL 300.55º 0.92% 0.53% -
HSV(B) 300.55º 0.89% 0.96% -
XYZ 54.7 26.86 87.89 -
YUV 116.63 199.89 220.27 -
System Red Green Blue C M Y K H S L
Decimal 246 26 244 0 0.89 0.01 0.04 300.55 0.92 0.53
Hex F6 1A F4 0 59 1 4 12D 5C 35
Octal 366 32 364 0 131 1 4 455 134 65
Binary 11110110 11010 11110100 0 1011001 1 100 100101101 1011100 110101

Color Harmonies of #F61AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61AF4

Black with #F61AF4

Text Example


Text Example

White with #F61AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61AF4; }

 p { color: rgb(246,26,244); }

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

background-color css

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

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

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

border-color css

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

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

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