Html Css Color HEX #F61DFE Magenta

📋 copy color: '#F61DFE'

red 246 ◦ green 29 ◦ blue 254

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

Shades of Magenta #F61DFE

Tints of Magenta #F61DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.02%

R = 46.5%
G = 5.48%
B = 48.02%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F61DFE (or 0xF61DFE) is known color: Magenta. HEX triplet: F6, 1D and FE. RGB value is (246,29,254). Sum of RGB (Red+Green+Blue) = 246+29+254=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 29 (11.72% from 255 or 5.48% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #F61DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61DFE is #09E201. Grayscale: #767676. Windows color (decimal): -647682 or 16653814. OLE color: 16653814.

HSL color Cylindrical-coordinate representation of color #F61DFE: hue angle of 297.87º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61DFE is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 246 29 254 -
CMYK 0.03 0.89 0 0.00
HSL 297.87º 0.99% 0.55% -
HSV(B) 297.87º 0.89% 1% -
XYZ 56.33 27.63 96.13 -
YUV 119.53 203.89 218.2 -
System Red Green Blue C M Y K H S L
Decimal 246 29 254 0.03 0.89 0 0.00 297.87 0.99 0.55
Hex F6 1D FE 3 59 0 0 12A 63 37
Octal 366 35 376 3 131 0 0 452 143 67
Binary 11110110 11101 11111110 11 1011001 0 0 100101010 1100011 110111

Color Harmonies of #F61DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61DFE

Black with #F61DFE

Text Example


Text Example

White with #F61DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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