#F41F74

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

Shades of Ruby #F41F74

Tints of Ruby #F41F74

Color information

#F41F74 (or 0xF41F74) is unknown color: approx Ruby. HEX triplet: F4, 1F and 74. RGB value is (244,31,116). Sum of RGB (Red+Green+Blue) = 244+31+116=391 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.40% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 244 - color contains mainly: red. Hex color #F41F74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41F74 is #0BE08B. Grayscale: #686868. Windows color (decimal): -778380 or 7610356. OLE color: 7610356.

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

Color convert

RGB24431116-
CMYK00.870.520.04
HSL336.06º90.64%53.92%-
HSV(B)336.06º87.3%95.69%-
XYZ40.9521.4718.51-
YUV104.38134.57227.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 62.40%
GREEN value IS 31 (12.5% from 255) = 7.93%
BLUE value IS 116 (45.70% from 255) = 29.67%
R=62.40%
G=7.93%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443111600.870.520.04336.0690.6453.92
HexF41F740573441505b36
Octal36437164012764452013366
Binary11110100111111110100010101111101001001010100001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41F74; }

 p { color: rgb(244,31,116); }

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

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

 a { background-color: rgb(244,31,116); }

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

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

 span { border-color: rgb(244,31,116); }

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