Html Css Color HEX #F61CFC Magenta

📋 copy color: '#F61CFC'

red 246 ◦ green 28 ◦ blue 252

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

Shades of Magenta #F61CFC

Tints of Magenta #F61CFC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.32%

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

R = 46.77%
G = 5.32%
B = 47.91%

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

#F61CFC (or 0xF61CFC) is known color: Magenta. HEX triplet: F6, 1C and FC. RGB value is (246,28,252). Sum of RGB (Red+Green+Blue) = 246+28+252=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 28 (11.33% from 255 or 5.32% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #F61CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61CFC is #09E303. Grayscale: #767676. Windows color (decimal): -647940 or 16522486. OLE color: 16522486.

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

Color convert

RGB 246 28 252 -
CMYK 0.02 0.89 0 0.01
HSL 298.39º 0.97% 0.55% -
HSV(B) 298.39º 0.89% 0.99% -
XYZ 55.99 27.45 94.44 -
YUV 118.72 203.22 218.79 -
System Red Green Blue C M Y K H S L
Decimal 246 28 252 0.02 0.89 0 0.01 298.39 0.97 0.55
Hex F6 1C FC 2 59 0 1 12A 61 37
Octal 366 34 374 2 131 0 1 452 141 67
Binary 11110110 11100 11111100 10 1011001 0 1 100101010 1100001 110111

Color Harmonies of #F61CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61CFC

Black with #F61CFC

Text Example


Text Example

White with #F61CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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