Html Css Color HEX #F61EFA Magenta

📋 copy color: '#F61EFA'

red 246 ◦ green 30 ◦ blue 250

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

Shades of Magenta #F61EFA

Tints of Magenta #F61EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.53%

R = 46.77%
G = 5.7%
B = 47.53%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F61EFA (or 0xF61EFA) is known color: Magenta. HEX triplet: F6, 1E and FA. RGB value is (246,30,250). Sum of RGB (Red+Green+Blue) = 246+30+250=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 30 (12.11% from 255 or 5.70% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #F61EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61EFA is #09E105. Grayscale: #777777. Windows color (decimal): -647430 or 16391926. OLE color: 16391926.

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

Color convert

RGB 246 30 250 -
CMYK 0.02 0.88 0 0.02
HSL 298.91º 0.96% 0.55% -
HSV(B) 298.91º 0.88% 0.98% -
XYZ 55.73 27.42 92.8 -
YUV 119.66 201.56 218.11 -
System Red Green Blue C M Y K H S L
Decimal 246 30 250 0.02 0.88 0 0.02 298.91 0.96 0.55
Hex F6 1E FA 2 58 0 2 12B 60 37
Octal 366 36 372 2 130 0 2 453 140 67
Binary 11110110 11110 11111010 10 1011000 0 10 100101011 1100000 110111

Color Harmonies of #F61EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61EFA

Black with #F61EFA

Text Example


Text Example

White with #F61EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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