#F31E70

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

Shades of Ruby #F31E70

Tints of Ruby #F31E70

Color information

#F31E70 (or 0xF31E70) is unknown color: approx Ruby. HEX triplet: F3, 1E and 70. RGB value is (243,30,112). Sum of RGB (Red+Green+Blue) = 243+30+112=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31E70 is #0CE18F. Grayscale: #666666. Windows color (decimal): -844176 or 7347955. OLE color: 7347955.

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

Color convert

RGB24330112-
CMYK00.880.540.05
HSL336.9º89.87%53.53%-
HSV(B)336.9º87.65%95.29%-
XYZ40.3521.1517.29-
YUV103.04133.07227.83-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 63.12%
GREEN value IS 30 (12.11% from 255) = 7.79%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=63.12%
G=7.79%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2433011200.880.540.05336.989.8753.53
HexF31E700583651515a36
Octal36336160013066552113266
Binary11110011111101110000010110001101101011010100011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31E70; }

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

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

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

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

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

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

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

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