#F31CFD

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

Shades of Magenta #F31CFD

Tints of Magenta #F31CFD

Color information

#F31CFD (or 0xF31CFD) is unknown color: approx Magenta. HEX triplet: F3, 1C and FD. RGB value is (243,28,253). Sum of RGB (Red+Green+Blue) = 243+28+253=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 28 (11.33% from 255 or 5.34% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #F31CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31CFD is #0CE302. Grayscale: #757575. Windows color (decimal): -844547 or 16588019. OLE color: 16588019.

HSL color Cylindrical-coordinate representation of color #F31CFD: hue angle of 297.33º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31CFD is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24328253-
CMYK0.040.8900.01
HSL297.33º98.25%55.1%-
HSV(B)297.33º88.93%99.22%-
XYZ55.1126.9895.23-
YUV117.93204.23217.2-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.37%
GREEN value IS 28 (11.33% from 255) = 5.34%
BLUE value IS 253 (99.22% from 255) = 48.28%
R=46.37%
G=5.34%
B=48.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal243282530.040.8900.01297.3398.2555.1
HexF31CFD459011296237
Octal3633437541310145114267
Binary1111001111100111111011001011001011001010011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31CFD; }

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

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

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

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

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

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

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

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