Html Css Color HEX #F31DF8 Magenta

📋 copy color: '#F31DF8'

red 243 ◦ green 29 ◦ blue 248

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

Shades of Magenta #F31DF8

Tints of Magenta #F31DF8

RGB

 RED value IS 243 (95.31% from 255) = 46.73%

 GREEN value IS 29 (11.72% from 255) = 5.58%

 BLUE value IS 248 (97.27% from 255) = 47.69%

R = 46.73%
G = 5.58%
B = 47.69%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F31DF8 (or 0xF31DF8) is known color: Magenta. HEX triplet: F3, 1D and F8. RGB value is (243,29,248). Sum of RGB (Red+Green+Blue) = 243+29+248=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 29 (11.72% from 255 or 5.58% from 520); Blue value is 248 (97.27% from 255 or 47.69% from 520); Max value from RGB is 248 - color contains mainly: blue. Hex color #F31DF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31DF8 is #0CE207. Grayscale: #757575. Windows color (decimal): -844296 or 16260595. OLE color: 16260595.

HSL color Cylindrical-coordinate representation of color #F31DF8: hue angle of 298.63º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31DF8 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 243 29 248 -
CMYK 0.02 0.88 0 0.03
HSL 298.63º 0.94% 0.54% -
HSV(B) 298.63º 0.88% 0.97% -
XYZ 54.34 26.71 91.1 -
YUV 117.95 201.4 217.19 -
System Red Green Blue C M Y K H S L
Decimal 243 29 248 0.02 0.88 0 0.03 298.63 0.94 0.54
Hex F3 1D F8 2 58 0 3 12B 5E 36
Octal 363 35 370 2 130 0 3 453 136 66
Binary 11110011 11101 11111000 10 1011000 0 11 100101011 1011110 110110

Color Harmonies of #F31DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31DF8

Black with #F31DF8

Text Example


Text Example

White with #F31DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31DF8; }

 p { color: rgb(243,29,248); }

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

background-color css

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

 a { background-color: rgb(243,29,248); }

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

border-color css

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

 span { border-color: rgb(243,29,248); }

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