Html Css Color HEX #F51DF6 Magenta

📋 copy color: '#F51DF6'

red 245 ◦ green 29 ◦ blue 246

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

Shades of Magenta #F51DF6

Tints of Magenta #F51DF6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.58%

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

R = 47.12%
G = 5.58%
B = 47.31%

CMYK

 C value IS 0.00

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F51DF6 (or 0xF51DF6) is known color: Magenta. HEX triplet: F5, 1D and F6. RGB value is (245,29,246). Sum of RGB (Red+Green+Blue) = 245+29+246=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 29 (11.72% from 255 or 5.58% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #F51DF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51DF6 is #0AE209. Grayscale: #757575. Windows color (decimal): -713226 or 16129525. OLE color: 16129525.

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

Color convert

RGB 245 29 246 -
CMYK 0.00 0.88 0 0.04
HSL 299.72º 0.92% 0.54% -
HSV(B) 299.72º 0.88% 0.96% -
XYZ 54.73 26.95 89.51 -
YUV 118.32 200.06 218.36 -
System Red Green Blue C M Y K H S L
Decimal 245 29 246 0.00 0.88 0 0.04 299.72 0.92 0.54
Hex F5 1D F6 0 58 0 4 12C 5C 36
Octal 365 35 366 0 130 0 4 454 134 66
Binary 11110101 11101 11110110 0 1011000 0 100 100101100 1011100 110110

Color Harmonies of #F51DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51DF6

Black with #F51DF6

Text Example


Text Example

White with #F51DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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