#F41C6D

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

Shades of Ruby #F41C6D

Tints of Ruby #F41C6D

Color information

#F41C6D (or 0xF41C6D) is unknown color: approx Ruby. HEX triplet: F4, 1C and 6D. RGB value is (244,28,109). Sum of RGB (Red+Green+Blue) = 244+28+109=381 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.04% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41C6D is #0BE392. Grayscale: #656565. Windows color (decimal): -779155 or 7150836. OLE color: 7150836.

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

Color convert

RGB24428109-
CMYK00.890.550.04
HSL337.5º90.76%53.33%-
HSV(B)337.5º88.52%95.69%-
XYZ40.4821.1716.42-
YUV101.82132.06229.41-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 64.04%
GREEN value IS 28 (11.33% from 255) = 7.35%
BLUE value IS 109 (42.97% from 255) = 28.61%
R=64.04%
G=7.35%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442810900.890.550.04337.590.7653.33
HexF41C6D0593741525b35
Octal36434155013167452213365
Binary11110100111001101101010110011101111001010100101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41C6D; }

 p { color: rgb(244,28,109); }

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

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

 a { background-color: rgb(244,28,109); }

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

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

 span { border-color: rgb(244,28,109); }

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