Html Css Color HEX #F61DFB Magenta

📋 copy color: '#F61DFB'

red 246 ◦ green 29 ◦ blue 251

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

Shades of Magenta #F61DFB

Tints of Magenta #F61DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.72%

R = 46.77%
G = 5.51%
B = 47.72%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F61DFB (or 0xF61DFB) is known color: Magenta. HEX triplet: F6, 1D and FB. RGB value is (246,29,251). Sum of RGB (Red+Green+Blue) = 246+29+251=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 29 (11.72% from 255 or 5.51% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #F61DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61DFB is #09E204. Grayscale: #767676. Windows color (decimal): -647685 or 16457206. OLE color: 16457206.

HSL color Cylindrical-coordinate representation of color #F61DFB: hue angle of 298.65º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61DFB is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 29 251 -
CMYK 0.02 0.88 0 0.02
HSL 298.65º 0.97% 0.55% -
HSV(B) 298.65º 0.88% 0.98% -
XYZ 55.86 27.44 93.62 -
YUV 119.19 202.39 218.45 -
System Red Green Blue C M Y K H S L
Decimal 246 29 251 0.02 0.88 0 0.02 298.65 0.97 0.55
Hex F6 1D FB 2 58 0 2 12B 61 37
Octal 366 35 373 2 130 0 2 453 141 67
Binary 11110110 11101 11111011 10 1011000 0 10 100101011 1100001 110111

Color Harmonies of #F61DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61DFB

Black with #F61DFB

Text Example


Text Example

White with #F61DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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