Html Css Color HEX #F31CF7 Magenta

📋 copy color: '#F31CF7'

red 243 ◦ green 28 ◦ blue 247

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

Shades of Magenta #F31CF7

Tints of Magenta #F31CF7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.41%

 BLUE value IS 247 (96.88% from 255) = 47.68%

R = 46.91%
G = 5.41%
B = 47.68%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F31CF7 (or 0xF31CF7) is known color: Magenta. HEX triplet: F3, 1C and F7. RGB value is (243,28,247). Sum of RGB (Red+Green+Blue) = 243+28+247=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 28 (11.33% from 255 or 5.41% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #F31CF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31CF7 is #0CE308. Grayscale: #747474. Windows color (decimal): -844553 or 16194803. OLE color: 16194803.

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

Color convert

RGB 243 28 247 -
CMYK 0.02 0.89 0 0.03
HSL 298.9º 0.93% 0.54% -
HSV(B) 298.9º 0.89% 0.97% -
XYZ 54.17 26.6 90.28 -
YUV 117.25 201.23 217.69 -
System Red Green Blue C M Y K H S L
Decimal 243 28 247 0.02 0.89 0 0.03 298.9 0.93 0.54
Hex F3 1C F7 2 59 0 3 12B 5D 36
Octal 363 34 367 2 131 0 3 453 135 66
Binary 11110011 11100 11110111 10 1011001 0 11 100101011 1011101 110110

Color Harmonies of #F31CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31CF7

Black with #F31CF7

Text Example


Text Example

White with #F31CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31CF7; }

 p { color: rgb(243,28,247); }

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

background-color css

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

 a { background-color: rgb(243,28,247); }

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

border-color css

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

 span { border-color: rgb(243,28,247); }

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