Html Css Color HEX #F61BFE Magenta

📋 copy color: '#F61BFE'

red 246 ◦ green 27 ◦ blue 254

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

Shades of Magenta #F61BFE

Tints of Magenta #F61BFE

RGB

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

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

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

R = 46.68%
G = 5.12%
B = 48.2%

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

#F61BFE (or 0xF61BFE) is known color: Magenta. HEX triplet: F6, 1B and FE. RGB value is (246,27,254). Sum of RGB (Red+Green+Blue) = 246+27+254=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 27 (10.94% from 255 or 5.12% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #F61BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61BFE is #09E401. Grayscale: #757575. Windows color (decimal): -648194 or 16653302. OLE color: 16653302.

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

Color convert

RGB 246 27 254 -
CMYK 0.03 0.89 0 0.00
HSL 297.89º 0.99% 0.55% -
HSV(B) 297.89º 0.89% 1% -
XYZ 56.29 27.53 96.11 -
YUV 118.36 204.55 219.04 -
System Red Green Blue C M Y K H S L
Decimal 246 27 254 0.03 0.89 0 0.00 297.89 0.99 0.55
Hex F6 1B FE 3 59 0 0 12A 63 37
Octal 366 33 376 3 131 0 0 452 143 67
Binary 11110110 11011 11111110 11 1011001 0 0 100101010 1100011 110111

Color Harmonies of #F61BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61BFE

Black with #F61BFE

Text Example


Text Example

White with #F61BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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