#F41E62

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

Shades of Ruby #F41E62

Tints of Ruby #F41E62

Color information

#F41E62 (or 0xF41E62) is unknown color: approx Ruby. HEX triplet: F4, 1E and 62. RGB value is (244,30,98). Sum of RGB (Red+Green+Blue) = 244+30+98=372 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.59% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 244 - color contains mainly: red. Hex color #F41E62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41E62 is #0BE19D. Grayscale: #656565. Windows color (decimal): -778654 or 6430452. OLE color: 6430452.

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

Color convert

RGB2443098-
CMYK00.880.600.04
HSL340.93º90.68%53.73%-
HSV(B)340.93º87.7%95.69%-
XYZ39.9821.0413.51-
YUV101.74125.9229.47-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 65.59%
GREEN value IS 30 (12.11% from 255) = 8.06%
BLUE value IS 98 (38.67% from 255) = 26.34%
R=65.59%
G=8.06%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244309800.880.600.04340.9390.6853.73
HexF41E620583C41555b36
Octal36436142013074452513366
Binary11110100111101100010010110001111001001010101011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41E62; }

 p { color: rgb(244,30,98); }

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

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

 a { background-color: rgb(244,30,98); }

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

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

 span { border-color: rgb(244,30,98); }

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