Html Css Color HEX #F31CE6 Magenta

📋 copy color: '#F31CE6'

red 243 ◦ green 28 ◦ blue 230

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

Shades of Magenta #F31CE6

Tints of Magenta #F31CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.91%

R = 48.5%
G = 5.59%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F31CE6 (or 0xF31CE6) is known color: Magenta. HEX triplet: F3, 1C and E6. RGB value is (243,28,230). Sum of RGB (Red+Green+Blue) = 243+28+230=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 28 (11.33% from 255 or 5.59% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F31CE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31CE6 is #0CE319. Grayscale: #727272. Windows color (decimal): -844570 or 15080691. OLE color: 15080691.

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

Color convert

RGB 243 28 230 -
CMYK 0 0.88 0.05 0.05
HSL 303.63º 0.9% 0.53% -
HSV(B) 303.63º 0.88% 0.95% -
XYZ 51.66 25.6 77.08 -
YUV 115.31 192.73 219.07 -
System Red Green Blue C M Y K H S L
Decimal 243 28 230 0 0.88 0.05 0.05 303.63 0.9 0.53
Hex F3 1C E6 0 58 5 5 130 5A 35
Octal 363 34 346 0 130 5 5 460 132 65
Binary 11110011 11100 11100110 0 1011000 101 101 100110000 1011010 110101

Color Harmonies of #F31CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31CE6

Black with #F31CE6

Text Example


Text Example

White with #F31CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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