Html Css Color HEX #F51CEC Magenta

📋 copy color: '#F51CEC'

red 245 ◦ green 28 ◦ blue 236

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

Shades of Magenta #F51CEC

Tints of Magenta #F51CEC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.5%

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

R = 48.13%
G = 5.5%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F51CEC (or 0xF51CEC) is known color: Magenta. HEX triplet: F5, 1C and EC. RGB value is (245,28,236). Sum of RGB (Red+Green+Blue) = 245+28+236=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 28 (11.33% from 255 or 5.50% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51CEC is #0AE313. Grayscale: #737373. Windows color (decimal): -713492 or 15473909. OLE color: 15473909.

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

Color convert

RGB 245 28 236 -
CMYK 0 0.89 0.04 0.04
HSL 302.49º 0.92% 0.54% -
HSV(B) 302.49º 0.89% 0.96% -
XYZ 53.21 26.3 81.63 -
YUV 116.6 195.39 219.59 -
System Red Green Blue C M Y K H S L
Decimal 245 28 236 0 0.89 0.04 0.04 302.49 0.92 0.54
Hex F5 1C EC 0 59 4 4 12E 5C 36
Octal 365 34 354 0 131 4 4 456 134 66
Binary 11110101 11100 11101100 0 1011001 100 100 100101110 1011100 110110

Color Harmonies of #F51CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51CEC

Black with #F51CEC

Text Example


Text Example

White with #F51CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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