#F31C74

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

Shades of Ruby #F31C74

Tints of Ruby #F31C74

Color information

#F31C74 (or 0xF31C74) is unknown color: approx Ruby. HEX triplet: F3, 1C and 74. RGB value is (243,28,116). Sum of RGB (Red+Green+Blue) = 243+28+116=387 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.79% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31C74 is #0CE38B. Grayscale: #666666. Windows color (decimal): -844684 or 7609587. OLE color: 7609587.

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

Color convert

RGB24328116-
CMYK00.880.520.05
HSL335.44º89.96%53.14%-
HSV(B)335.44º88.48%95.29%-
XYZ40.5321.1518.47-
YUV102.32135.73228.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 62.79%
GREEN value IS 28 (11.33% from 255) = 7.24%
BLUE value IS 116 (45.70% from 255) = 29.97%
R=62.79%
G=7.24%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432811600.880.520.05335.4489.9653.14
HexF31C7405834514f5a35
Octal36334164013064551713265
Binary11110011111001110100010110001101001011010011111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31C74; }

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

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

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

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

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

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

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

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