#F61471

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

Shades of Ruby #F61471

Tints of Ruby #F61471

Color information

#F61471 (or 0xF61471) is unknown color: approx Ruby. HEX triplet: F6, 14 and 71. RGB value is (246,20,113). Sum of RGB (Red+Green+Blue) = 246+20+113=379 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.91% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 246 - color contains mainly: red. Hex color #F61471 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61471 is #09EB8E. Grayscale: #626262. Windows color (decimal): -650127 or 7410934. OLE color: 7410934.

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

Color convert

RGB24620113-
CMYK00.920.540.04
HSL335.31º92.62%52.16%-
HSV(B)335.31º91.87%96.47%-
XYZ41.2421.2917.56-
YUV98.18136.37233.44-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 64.91%
GREEN value IS 20 (8.20% from 255) = 5.28%
BLUE value IS 113 (44.53% from 255) = 29.82%
R=64.91%
G=5.28%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462011300.920.540.04335.3192.6252.16
HexF6147105C36414f5d34
Octal36624161013466451713564
Binary11110110101001110001010111001101101001010011111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61471; }

 p { color: rgb(246,20,113); }

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

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

 a { background-color: rgb(246,20,113); }

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

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

 span { border-color: rgb(246,20,113); }

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