Html Css Color HEX #F831FF Magenta

📋 copy color: '#F831FF'

red 248 ◦ green 49 ◦ blue 255

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

Shades of Magenta #F831FF

Tints of Magenta #F831FF

RGB

 RED value IS 248 (97.27% from 255) = 44.93%

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

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

R = 44.93%
G = 8.88%
B = 46.2%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F831FF (or 0xF831FF) is known color: Magenta. HEX triplet: F8, 31 and FF. RGB value is (248,49,255). Sum of RGB (Red+Green+Blue) = 248+49+255=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 49 (19.53% from 255 or 8.88% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #F831FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F831FF is #07CE00. Grayscale: #838383. Windows color (decimal): -511489 or 16724472. OLE color: 16724472.

HSL color Cylindrical-coordinate representation of color #F831FF: hue angle of 297.96º 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 #F831FF is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 248 49 255 -
CMYK 0.03 0.81 0 0
HSL 297.96º 1% 0.6% -
HSV(B) 297.96º 0.81% 1% -
XYZ 57.86 29.37 97.23 -
YUV 131.99 197.43 210.75 -
System Red Green Blue C M Y K H S L
Decimal 248 49 255 0.03 0.81 0 0 297.96 1 0.6
Hex F8 31 FF 3 51 0 0 12A 64 3C
Octal 370 61 377 3 121 0 0 452 144 74
Binary 11111000 110001 11111111 11 1010001 0 0 100101010 1100100 111100

Color Harmonies of #F831FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F831FF

Black with #F831FF

Text Example


Text Example

White with #F831FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F831FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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