Html Css Color HEX #F61BFC Magenta

📋 copy color: '#F61BFC'

red 246 ◦ green 27 ◦ blue 252

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

Shades of Magenta #F61BFC

Tints of Magenta #F61BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48%

R = 46.86%
G = 5.14%
B = 48%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F61BFC (or 0xF61BFC) is known color: Magenta. HEX triplet: F6, 1B and FC. RGB value is (246,27,252). Sum of RGB (Red+Green+Blue) = 246+27+252=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 27 (10.94% from 255 or 5.14% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #F61BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61BFC is #09E403. Grayscale: #757575. Windows color (decimal): -648196 or 16522230. OLE color: 16522230.

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

Color convert

RGB 246 27 252 -
CMYK 0.02 0.89 0 0.01
HSL 298.4º 0.97% 0.55% -
HSV(B) 298.4º 0.89% 0.99% -
XYZ 55.97 27.4 94.44 -
YUV 118.13 203.55 219.2 -
System Red Green Blue C M Y K H S L
Decimal 246 27 252 0.02 0.89 0 0.01 298.4 0.97 0.55
Hex F6 1B FC 2 59 0 1 12A 61 37
Octal 366 33 374 2 131 0 1 452 141 67
Binary 11110110 11011 11111100 10 1011001 0 1 100101010 1100001 110111

Color Harmonies of #F61BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61BFC

Black with #F61BFC

Text Example


Text Example

White with #F61BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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