Html Css Color HEX #F61DF4 Magenta

📋 copy color: '#F61DF4'

red 246 ◦ green 29 ◦ blue 244

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

Shades of Magenta #F61DF4

Tints of Magenta #F61DF4

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.59%

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

R = 47.4%
G = 5.59%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F61DF4 (or 0xF61DF4) is known color: Magenta. HEX triplet: F6, 1D and F4. RGB value is (246,29,244). Sum of RGB (Red+Green+Blue) = 246+29+244=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 29 (11.72% from 255 or 5.59% from 519); Blue value is 244 (95.70% from 255 or 47.01% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F61DF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61DF4 is #09E20B. Grayscale: #757575. Windows color (decimal): -647692 or 15998454. OLE color: 15998454.

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

Color convert

RGB 246 29 244 -
CMYK 0 0.88 0.01 0.04
HSL 300.55º 0.92% 0.54% -
HSV(B) 300.55º 0.88% 0.96% -
XYZ 54.77 27 87.91 -
YUV 118.39 198.89 219.02 -
System Red Green Blue C M Y K H S L
Decimal 246 29 244 0 0.88 0.01 0.04 300.55 0.92 0.54
Hex F6 1D F4 0 58 1 4 12D 5C 36
Octal 366 35 364 0 130 1 4 455 134 66
Binary 11110110 11101 11110100 0 1011000 1 100 100101101 1011100 110110

Color Harmonies of #F61DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61DF4

Black with #F61DF4

Text Example


Text Example

White with #F61DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61DF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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