Html Css Color HEX #F51FFF Magenta

📋 copy color: '#F51FFF'

red 245 ◦ green 31 ◦ blue 255

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

Shades of Magenta #F51FFF

Tints of Magenta #F51FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 5.84%

 BLUE value IS 255 (100% from 255) = 48.02%

R = 46.14%
G = 5.84%
B = 48.02%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F51FFF (or 0xF51FFF) is known color: Magenta. HEX triplet: F5, 1F and FF. RGB value is (245,31,255). Sum of RGB (Red+Green+Blue) = 245+31+255=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 31 (12.5% from 255 or 5.84% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #F51FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51FFF is #0AE000. Grayscale: #777777. Windows color (decimal): -712705 or 16719861. OLE color: 16719861.

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

Color convert

RGB 245 31 255 -
CMYK 0.04 0.88 0 0
HSL 297.32º 1% 0.56% -
HSV(B) 297.32º 0.88% 1% -
XYZ 56.2 27.61 96.98 -
YUV 120.52 203.9 216.79 -
System Red Green Blue C M Y K H S L
Decimal 245 31 255 0.04 0.88 0 0 297.32 1 0.56
Hex F5 1F FF 4 58 0 0 129 64 38
Octal 365 37 377 4 130 0 0 451 144 70
Binary 11110101 11111 11111111 100 1011000 0 0 100101001 1100100 111000

Color Harmonies of #F51FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51FFF

Black with #F51FFF

Text Example


Text Example

White with #F51FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51FFF; }

 p { color: rgb(245,31,255); }

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

background-color css

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

 a { background-color: rgb(245,31,255); }

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

border-color css

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

 span { border-color: rgb(245,31,255); }

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