Html Css Color HEX #F61EFC Magenta

📋 copy color: '#F61EFC'

red 246 ◦ green 30 ◦ blue 252

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

Shades of Magenta #F61EFC

Tints of Magenta #F61EFC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.68%

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

R = 46.59%
G = 5.68%
B = 47.73%

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

#F61EFC (or 0xF61EFC) is known color: Magenta. HEX triplet: F6, 1E and FC. RGB value is (246,30,252). Sum of RGB (Red+Green+Blue) = 246+30+252=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 30 (12.11% from 255 or 5.68% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #F61EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61EFC is #09E103. Grayscale: #777777. Windows color (decimal): -647428 or 16522998. OLE color: 16522998.

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

Color convert

RGB 246 30 252 -
CMYK 0.02 0.88 0 0.01
HSL 298.38º 0.97% 0.55% -
HSV(B) 298.38º 0.88% 0.99% -
XYZ 56.04 27.55 94.46 -
YUV 119.89 202.56 217.95 -
System Red Green Blue C M Y K H S L
Decimal 246 30 252 0.02 0.88 0 0.01 298.38 0.97 0.55
Hex F6 1E FC 2 58 0 1 12A 61 37
Octal 366 36 374 2 130 0 1 452 141 67
Binary 11110110 11110 11111100 10 1011000 0 1 100101010 1100001 110111

Color Harmonies of #F61EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61EFC

Black with #F61EFC

Text Example


Text Example

White with #F61EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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