Html Css Color HEX #F31DF1 Magenta

📋 copy color: '#F31DF1'

red 243 ◦ green 29 ◦ blue 241

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

Shades of Magenta #F31DF1

Tints of Magenta #F31DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.98%

R = 47.37%
G = 5.65%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F31DF1 (or 0xF31DF1) is known color: Magenta. HEX triplet: F3, 1D and F1. RGB value is (243,29,241). Sum of RGB (Red+Green+Blue) = 243+29+241=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 29 (11.72% from 255 or 5.65% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31DF1 is #0CE20E. Grayscale: #747474. Windows color (decimal): -844303 or 15801843. OLE color: 15801843.

HSL color Cylindrical-coordinate representation of color #F31DF1: hue angle of 300.56º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31DF1 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 29 241 -
CMYK 0 0.88 0.01 0.05
HSL 300.56º 0.9% 0.53% -
HSV(B) 300.56º 0.88% 0.95% -
XYZ 53.28 26.28 85.48 -
YUV 117.15 197.9 217.76 -
System Red Green Blue C M Y K H S L
Decimal 243 29 241 0 0.88 0.01 0.05 300.56 0.9 0.53
Hex F3 1D F1 0 58 1 5 12D 5A 35
Octal 363 35 361 0 130 1 5 455 132 65
Binary 11110011 11101 11110001 0 1011000 1 101 100101101 1011010 110101

Color Harmonies of #F31DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31DF1

Black with #F31DF1

Text Example


Text Example

White with #F31DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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