Html Css Color HEX #F531FF Magenta

📋 copy color: '#F531FF'

red 245 ◦ green 49 ◦ blue 255

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

Shades of Magenta #F531FF

Tints of Magenta #F531FF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 8.93%

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

R = 44.63%
G = 8.93%
B = 46.45%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F531FF (or 0xF531FF) is known color: Magenta. HEX triplet: F5, 31 and FF. RGB value is (245,49,255). Sum of RGB (Red+Green+Blue) = 245+49+255=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 49 (19.53% from 255 or 8.93% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #F531FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F531FF is #0ACE00. Grayscale: #828282. Windows color (decimal): -708097 or 16724469. OLE color: 16724469.

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

Color convert

RGB 245 49 255 -
CMYK 0.04 0.81 0 0
HSL 297.09º 1% 0.6% -
HSV(B) 297.09º 0.81% 1% -
XYZ 56.8 28.83 97.18 -
YUV 131.09 197.93 209.25 -
System Red Green Blue C M Y K H S L
Decimal 245 49 255 0.04 0.81 0 0 297.09 1 0.6
Hex F5 31 FF 4 51 0 0 129 64 3C
Octal 365 61 377 4 121 0 0 451 144 74
Binary 11110101 110001 11111111 100 1010001 0 0 100101001 1100100 111100

Color Harmonies of #F531FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F531FF

Black with #F531FF

Text Example


Text Example

White with #F531FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F531FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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