Html Css Color HEX #F51DF3 Magenta

📋 copy color: '#F51DF3'

red 245 ◦ green 29 ◦ blue 243

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

Shades of Magenta #F51DF3

Tints of Magenta #F51DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47%

R = 47.39%
G = 5.61%
B = 47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F51DF3 (or 0xF51DF3) is known color: Magenta. HEX triplet: F5, 1D and F3. RGB value is (245,29,243). Sum of RGB (Red+Green+Blue) = 245+29+243=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 29 (11.72% from 255 or 5.61% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F51DF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51DF3 is #0AE20C. Grayscale: #757575. Windows color (decimal): -713229 or 15932917. OLE color: 15932917.

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

Color convert

RGB 245 29 243 -
CMYK 0 0.88 0.01 0.04
HSL 300.56º 0.92% 0.54% -
HSV(B) 300.56º 0.88% 0.96% -
XYZ 54.27 26.76 87.1 -
YUV 117.98 198.56 218.6 -
System Red Green Blue C M Y K H S L
Decimal 245 29 243 0 0.88 0.01 0.04 300.56 0.92 0.54
Hex F5 1D F3 0 58 1 4 12D 5C 36
Octal 365 35 363 0 130 1 4 455 134 66
Binary 11110101 11101 11110011 0 1011000 1 100 100101101 1011100 110110

Color Harmonies of #F51DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51DF3

Black with #F51DF3

Text Example


Text Example

White with #F51DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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