#F31E71

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

Shades of Ruby #F31E71

Tints of Ruby #F31E71

Color information

#F31E71 (or 0xF31E71) is unknown color: approx Ruby. HEX triplet: F3, 1E and 71. RGB value is (243,30,113). Sum of RGB (Red+Green+Blue) = 243+30+113=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31E71 is #0CE18E. Grayscale: #676767. Windows color (decimal): -844175 or 7413491. OLE color: 7413491.

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

Color convert

RGB24330113-
CMYK00.880.530.05
HSL336.62º89.87%53.53%-
HSV(B)336.62º87.65%95.29%-
XYZ40.4121.1817.58-
YUV103.15133.57227.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 62.95%
GREEN value IS 30 (12.11% from 255) = 7.77%
BLUE value IS 113 (44.53% from 255) = 29.27%
R=62.95%
G=7.77%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2433011300.880.530.05336.6289.8753.53
HexF31E710583551515a36
Octal36336161013065552113266
Binary11110011111101110001010110001101011011010100011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31E71; }

 p { color: rgb(243,30,113); }

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

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

 a { background-color: rgb(243,30,113); }

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

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

 span { border-color: rgb(243,30,113); }

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