Html Css Color HEX #F61EFE Magenta

📋 copy color: '#F61EFE'

red 246 ◦ green 30 ◦ blue 254

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

Shades of Magenta #F61EFE

Tints of Magenta #F61EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 46.42%
G = 5.66%
B = 47.92%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F61EFE (or 0xF61EFE) is known color: Magenta. HEX triplet: F6, 1E and FE. RGB value is (246,30,254). Sum of RGB (Red+Green+Blue) = 246+30+254=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 30 (12.11% from 255 or 5.66% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #F61EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61EFE is #09E101. Grayscale: #777777. Windows color (decimal): -647426 or 16654070. OLE color: 16654070.

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

Color convert

RGB 246 30 254 -
CMYK 0.03 0.88 0 0.00
HSL 297.86º 0.99% 0.56% -
HSV(B) 297.86º 0.88% 1% -
XYZ 56.36 27.68 96.14 -
YUV 120.12 203.56 217.79 -
System Red Green Blue C M Y K H S L
Decimal 246 30 254 0.03 0.88 0 0.00 297.86 0.99 0.56
Hex F6 1E FE 3 58 0 0 12A 63 38
Octal 366 36 376 3 130 0 0 452 143 70
Binary 11110110 11110 11111110 11 1011000 0 0 100101010 1100011 111000

Color Harmonies of #F61EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61EFE

Black with #F61EFE

Text Example


Text Example

White with #F61EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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