Html Css Color HEX #F61EFF Magenta

📋 copy color: '#F61EFF'

red 246 ◦ green 30 ◦ blue 255

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

Shades of Magenta #F61EFF

Tints of Magenta #F61EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.02%

R = 46.33%
G = 5.65%
B = 48.02%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F61EFF (or 0xF61EFF) is known color: Magenta. HEX triplet: F6, 1E and FF. RGB value is (246,30,255). Sum of RGB (Red+Green+Blue) = 246+30+255=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 30 (12.11% from 255 or 5.65% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #F61EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61EFF is #09E100. Grayscale: #777777. Windows color (decimal): -647425 or 16719606. OLE color: 16719606.

HSL color Cylindrical-coordinate representation of color #F61EFF: hue angle of 297.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61EFF is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 246 30 255 -
CMYK 0.04 0.88 0 0
HSL 297.6º 1% 0.56% -
HSV(B) 297.6º 0.88% 1% -
XYZ 56.52 27.74 96.98 -
YUV 120.23 204.06 217.7 -
System Red Green Blue C M Y K H S L
Decimal 246 30 255 0.04 0.88 0 0 297.6 1 0.56
Hex F6 1E FF 4 58 0 0 12A 64 38
Octal 366 36 377 4 130 0 0 452 144 70
Binary 11110110 11110 11111111 100 1011000 0 0 100101010 1100100 111000

Color Harmonies of #F61EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61EFF

Black with #F61EFF

Text Example


Text Example

White with #F61EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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