Html Css Color HEX #F51DEC Magenta

📋 copy color: '#F51DEC'

red 245 ◦ green 29 ◦ blue 236

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

Shades of Magenta #F51DEC

Tints of Magenta #F51DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.27%

R = 48.04%
G = 5.69%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F51DEC (or 0xF51DEC) is known color: Magenta. HEX triplet: F5, 1D and EC. RGB value is (245,29,236). Sum of RGB (Red+Green+Blue) = 245+29+236=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 29 (11.72% from 255 or 5.69% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F51DEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51DEC is #0AE213. Grayscale: #747474. Windows color (decimal): -713236 or 15474165. OLE color: 15474165.

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

Color convert

RGB 245 29 236 -
CMYK 0 0.88 0.04 0.04
HSL 302.5º 0.92% 0.54% -
HSV(B) 302.5º 0.88% 0.96% -
XYZ 53.24 26.35 81.64 -
YUV 117.18 195.06 219.17 -
System Red Green Blue C M Y K H S L
Decimal 245 29 236 0 0.88 0.04 0.04 302.5 0.92 0.54
Hex F5 1D EC 0 58 4 4 12E 5C 36
Octal 365 35 354 0 130 4 4 456 134 66
Binary 11110101 11101 11101100 0 1011000 100 100 100101110 1011100 110110

Color Harmonies of #F51DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51DEC

Black with #F51DEC

Text Example


Text Example

White with #F51DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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