Html Css Color HEX #F61AE5 Magenta

📋 copy color: '#F61AE5'

red 246 ◦ green 26 ◦ blue 229

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

Shades of Magenta #F61AE5

Tints of Magenta #F61AE5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.19%

 BLUE value IS 229 (89.84% from 255) = 45.71%

R = 49.1%
G = 5.19%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F61AE5 (or 0xF61AE5) is known color: Magenta. HEX triplet: F6, 1A and E5. RGB value is (246,26,229). Sum of RGB (Red+Green+Blue) = 246+26+229=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 26 (10.55% from 255 or 5.19% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F61AE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61AE5 is #09E51A. Grayscale: #727272. Windows color (decimal): -648475 or 15014646. OLE color: 15014646.

HSL color Cylindrical-coordinate representation of color #F61AE5: hue angle of 304.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61AE5 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 26 229 -
CMYK 0 0.89 0.07 0.04
HSL 304.64º 0.92% 0.53% -
HSV(B) 304.64º 0.89% 0.96% -
XYZ 52.52 25.99 76.38 -
YUV 114.92 192.39 221.49 -
System Red Green Blue C M Y K H S L
Decimal 246 26 229 0 0.89 0.07 0.04 304.64 0.92 0.53
Hex F6 1A E5 0 59 7 4 131 5C 35
Octal 366 32 345 0 131 7 4 461 134 65
Binary 11110110 11010 11100101 0 1011001 111 100 100110001 1011100 110101

Color Harmonies of #F61AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61AE5

Black with #F61AE5

Text Example


Text Example

White with #F61AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61AE5; }

 p { color: rgb(246,26,229); }

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

background-color css

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

 a { background-color: rgb(246,26,229); }

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

border-color css

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

 span { border-color: rgb(246,26,229); }

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