#F51665

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

Shades of Ruby #F51665

Tints of Ruby #F51665

Color information

#F51665 (or 0xF51665) is unknown color: approx Ruby. HEX triplet: F5, 16 and 65. RGB value is (245,22,101). Sum of RGB (Red+Green+Blue) = 245+22+101=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F51665 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51665 is #0AE99A. Grayscale: #616161. Windows color (decimal): -715163 or 6625013. OLE color: 6625013.

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

Color convert

RGB24522101-
CMYK00.910.590.04
HSL338.74º91.77%52.35%-
HSV(B)338.74º91.02%96.08%-
XYZ40.2920.9314.23-
YUV97.68129.88233.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 66.58%
GREEN value IS 22 (8.98% from 255) = 5.98%
BLUE value IS 101 (39.84% from 255) = 27.45%
R=66.58%
G=5.98%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452210100.910.590.04338.7491.7752.35
HexF5166505B3B41535c34
Octal36526145013373452313464
Binary11110101101101100101010110111110111001010100111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51665; }

 p { color: rgb(245,22,101); }

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

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

 a { background-color: rgb(245,22,101); }

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

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

 span { border-color: rgb(245,22,101); }

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