#F31C72

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

Shades of Ruby #F31C72

Tints of Ruby #F31C72

Color information

#F31C72 (or 0xF31C72) is unknown color: approx Ruby. HEX triplet: F3, 1C and 72. RGB value is (243,28,114). Sum of RGB (Red+Green+Blue) = 243+28+114=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31C72 is #0CE38D. Grayscale: #656565. Windows color (decimal): -844686 or 7478515. OLE color: 7478515.

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

Color convert

RGB24328114-
CMYK00.880.530.05
HSL336º89.96%53.14%-
HSV(B)336º88.48%95.29%-
XYZ40.4121.117.86-
YUV102.09134.73228.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 63.12%
GREEN value IS 28 (11.33% from 255) = 7.27%
BLUE value IS 114 (44.92% from 255) = 29.61%
R=63.12%
G=7.27%
B=29.61%

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
Decimal2432811400.880.530.0533689.9653.14
HexF31C720583551505a35
Octal36334162013065552013265
Binary11110011111001110010010110001101011011010100001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31C72; }

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

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

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

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

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

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

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

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