Html Css Color HEX #F831FC Magenta

📋 copy color: '#F831FC'

red 248 ◦ green 49 ◦ blue 252

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

Shades of Magenta #F831FC

Tints of Magenta #F831FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.9%

R = 45.17%
G = 8.93%
B = 45.9%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F831FC (or 0xF831FC) is known color: Magenta. HEX triplet: F8, 31 and FC. RGB value is (248,49,252). Sum of RGB (Red+Green+Blue) = 248+49+252=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 49 (19.53% from 255 or 8.93% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #F831FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F831FC is #07CE03. Grayscale: #838383. Windows color (decimal): -511492 or 16527864. OLE color: 16527864.

HSL color Cylindrical-coordinate representation of color #F831FC: hue angle of 298.82º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F831FC is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 248 49 252 -
CMYK 0.02 0.81 0 0.01
HSL 298.82º 0.97% 0.59% -
HSV(B) 298.82º 0.81% 0.99% -
XYZ 57.38 29.18 94.7 -
YUV 131.64 195.93 210.99 -
System Red Green Blue C M Y K H S L
Decimal 248 49 252 0.02 0.81 0 0.01 298.82 0.97 0.59
Hex F8 31 FC 2 51 0 1 12B 61 3B
Octal 370 61 374 2 121 0 1 453 141 73
Binary 11111000 110001 11111100 10 1010001 0 1 100101011 1100001 111011

Color Harmonies of #F831FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F831FC

Black with #F831FC

Text Example


Text Example

White with #F831FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F831FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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