Html Css Color HEX #F501F6 Magenta

📋 copy color: '#F501F6'

red 245 ◦ green 1 ◦ blue 246

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

Shades of Magenta #F501F6

Tints of Magenta #F501F6

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.2%

 BLUE value IS 246 (96.48% from 255) = 50%

R = 49.8%
G = 0.2%
B = 50%

CMYK

 C value IS 0.00

 M value IS 1.00

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F501F6 (or 0xF501F6) is known color: Magenta. HEX triplet: F5, 01 and F6. RGB value is (245,1,246). Sum of RGB (Red+Green+Blue) = 245+1+246=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 1 (0.78% from 255 or 0.20% from 492); Blue value is 246 (96.48% from 255 or 50% from 492); Max value from RGB is 246 - color contains mainly: blue. Hex color #F501F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F501F6 is #0AFE09. Grayscale: #656565. Windows color (decimal): -720394 or 16122357. OLE color: 16122357.

HSL color Cylindrical-coordinate representation of color #F501F6: hue angle of 299.76º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F501F6 is Cyan = 0.00, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 1 246 -
CMYK 0.00 1.00 0 0.04
HSL 299.76º 0.99% 0.48% -
HSV(B) 299.76º 1% 0.96% -
XYZ 54.3 26.09 89.36 -
YUV 101.89 209.34 230.08 -
System Red Green Blue C M Y K H S L
Decimal 245 1 246 0.00 1.00 0 0.04 299.76 0.99 0.48
Hex F5 1 F6 0 64 0 4 12C 63 30
Octal 365 1 366 0 144 0 4 454 143 60
Binary 11110101 1 11110110 0 1100100 0 100 100101100 1100011 110000

Color Harmonies of #F501F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F501F6

Black with #F501F6

Text Example


Text Example

White with #F501F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F501F6; }

 p { color: rgb(245,1,246); }

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

background-color css

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

 a { background-color: rgb(245,1,246); }

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

border-color css

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

 span { border-color: rgb(245,1,246); }

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