Html Css Color HEX #F51AF4 Magenta

📋 copy color: '#F51AF4'

red 245 ◦ green 26 ◦ blue 244

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

Shades of Magenta #F51AF4

Tints of Magenta #F51AF4

RGB

 RED value IS 245 (96.09% from 255) = 47.57%

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

 BLUE value IS 244 (95.7% from 255) = 47.38%

R = 47.57%
G = 5.05%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#F51AF4 (or 0xF51AF4) is known color: Magenta. HEX triplet: F5, 1A and F4. RGB value is (245,26,244). Sum of RGB (Red+Green+Blue) = 245+26+244=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 26 (10.55% from 255 or 5.05% from 515); Blue value is 244 (95.70% from 255 or 47.38% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F51AF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51AF4 is #0AE50B. Grayscale: #737373. Windows color (decimal): -713996 or 15997685. OLE color: 15997685.

HSL color Cylindrical-coordinate representation of color #F51AF4: hue angle of 300.27º 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 #F51AF4 is Cyan = 0, Magento = 0.89, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 26 244 -
CMYK 0 0.89 0.00 0.04
HSL 300.27º 0.92% 0.53% -
HSV(B) 300.27º 0.89% 0.96% -
XYZ 54.35 26.68 87.87 -
YUV 116.33 200.05 219.77 -
System Red Green Blue C M Y K H S L
Decimal 245 26 244 0 0.89 0.00 0.04 300.27 0.92 0.53
Hex F5 1A F4 0 59 0 4 12C 5C 35
Octal 365 32 364 0 131 0 4 454 134 65
Binary 11110101 11010 11110100 0 1011001 0 100 100101100 1011100 110101

Color Harmonies of #F51AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51AF4

Black with #F51AF4

Text Example


Text Example

White with #F51AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51AF4; }

 p { color: rgb(245,26,244); }

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

background-color css

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

 a { background-color: rgb(245,26,244); }

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

border-color css

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

 span { border-color: rgb(245,26,244); }

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