#F31CEA

Color #F31CEA Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #F31CEA

Tints of Magenta #F31CEA

Color information

#F31CEA (or 0xF31CEA) is unknown color: approx Magenta. HEX triplet: F3, 1C and EA. RGB value is (243,28,234). Sum of RGB (Red+Green+Blue) = 243+28+234=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 28 (11.33% from 255 or 5.54% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F31CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31CEA is #0CE315. Grayscale: #737373. Windows color (decimal): -844566 or 15342835. OLE color: 15342835.

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

Color convert

RGB24328234-
CMYK00.880.040.05
HSL302.51º89.96%53.14%-
HSV(B)302.51º88.48%95.29%-
XYZ52.2325.8380.07-
YUV115.77194.73218.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.12%
GREEN value IS 28 (11.33% from 255) = 5.54%
BLUE value IS 234 (91.80% from 255) = 46.34%
R=48.12%
G=5.54%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432823400.880.040.05302.5189.9653.14
HexF31CEA0584512f5a35
Octal3633435201304545713265
Binary111100111110011101010010110001001011001011111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31CEA; }

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

 H1.HeaderClassName
 {
   color: #F31CEA;
 }
 .AnyTagClassName
 {
   color: #F31CEA;
 }
</style>
background-color css

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

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

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

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

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

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

cancel