Html Css Color HEX #F61FFC Magenta

📋 copy color: '#F61FFC'

red 246 ◦ green 31 ◦ blue 252

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

Shades of Magenta #F61FFC

Tints of Magenta #F61FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 5.86%

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

R = 46.5%
G = 5.86%
B = 47.64%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F61FFC (or 0xF61FFC) is known color: Magenta. HEX triplet: F6, 1F and FC. RGB value is (246,31,252). Sum of RGB (Red+Green+Blue) = 246+31+252=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 31 (12.5% from 255 or 5.86% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #F61FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61FFC is #09E003. Grayscale: #777777. Windows color (decimal): -647172 or 16523254. OLE color: 16523254.

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

Color convert

RGB 246 31 252 -
CMYK 0.02 0.88 0 0.01
HSL 298.37º 0.97% 0.55% -
HSV(B) 298.37º 0.88% 0.99% -
XYZ 56.07 27.6 94.47 -
YUV 120.48 202.23 217.53 -
System Red Green Blue C M Y K H S L
Decimal 246 31 252 0.02 0.88 0 0.01 298.37 0.97 0.55
Hex F6 1F FC 2 58 0 1 12A 61 37
Octal 366 37 374 2 130 0 1 452 141 67
Binary 11110110 11111 11111100 10 1011000 0 1 100101010 1100001 110111

Color Harmonies of #F61FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61FFC

Black with #F61FFC

Text Example


Text Example

White with #F61FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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