Html Css Color HEX #F51BF3 Magenta

📋 copy color: '#F51BF3'

red 245 ◦ green 27 ◦ blue 243

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

Shades of Magenta #F51BF3

Tints of Magenta #F51BF3

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.24%

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

R = 47.57%
G = 5.24%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F51BF3 (or 0xF51BF3) is known color: Magenta. HEX triplet: F5, 1B and F3. RGB value is (245,27,243). Sum of RGB (Red+Green+Blue) = 245+27+243=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 27 (10.94% from 255 or 5.24% from 515); Blue value is 243 (95.31% from 255 or 47.18% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51BF3 is #0AE40C. Grayscale: #747474. Windows color (decimal): -713741 or 15932405. OLE color: 15932405.

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

Color convert

RGB 245 27 243 -
CMYK 0 0.89 0.01 0.04
HSL 300.55º 0.92% 0.53% -
HSV(B) 300.55º 0.89% 0.96% -
XYZ 54.23 26.67 87.08 -
YUV 116.81 199.22 219.44 -
System Red Green Blue C M Y K H S L
Decimal 245 27 243 0 0.89 0.01 0.04 300.55 0.92 0.53
Hex F5 1B F3 0 59 1 4 12D 5C 35
Octal 365 33 363 0 131 1 4 455 134 65
Binary 11110101 11011 11110011 0 1011001 1 100 100101101 1011100 110101

Color Harmonies of #F51BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51BF3

Black with #F51BF3

Text Example


Text Example

White with #F51BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51BF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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