Html Css Color HEX #F61BF0 Magenta

📋 copy color: '#F61BF0'

red 246 ◦ green 27 ◦ blue 240

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

Shades of Magenta #F61BF0

Tints of Magenta #F61BF0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.26%

 BLUE value IS 240 (94.14% from 255) = 46.78%

R = 47.95%
G = 5.26%
B = 46.78%

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

#F61BF0 (or 0xF61BF0) is known color: Magenta. HEX triplet: F6, 1B and F0. RGB value is (246,27,240). Sum of RGB (Red+Green+Blue) = 246+27+240=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 27 (10.94% from 255 or 5.26% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F61BF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61BF0 is #09E40F. Grayscale: #747474. Windows color (decimal): -648208 or 15735798. OLE color: 15735798.

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

Color convert

RGB 246 27 240 -
CMYK 0 0.89 0.02 0.04
HSL 301.64º 0.92% 0.54% -
HSV(B) 301.64º 0.89% 0.96% -
XYZ 54.13 26.67 84.73 -
YUV 116.76 197.55 220.18 -
System Red Green Blue C M Y K H S L
Decimal 246 27 240 0 0.89 0.02 0.04 301.64 0.92 0.54
Hex F6 1B F0 0 59 2 4 12E 5C 36
Octal 366 33 360 0 131 2 4 456 134 66
Binary 11110110 11011 11110000 0 1011001 10 100 100101110 1011100 110110

Color Harmonies of #F61BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61BF0

Black with #F61BF0

Text Example


Text Example

White with #F61BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61BF0; }

 p { color: rgb(246,27,240); }

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

background-color css

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

 a { background-color: rgb(246,27,240); }

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

border-color css

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

 span { border-color: rgb(246,27,240); }

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