#F51965

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

Shades of Ruby #F51965

Tints of Ruby #F51965

Color information

#F51965 (or 0xF51965) is unknown color: approx Ruby. HEX triplet: F5, 19 and 65. RGB value is (245,25,101). Sum of RGB (Red+Green+Blue) = 245+25+101=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F51965 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51965 is #0AE69A. Grayscale: #636363. Windows color (decimal): -714395 or 6625781. OLE color: 6625781.

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

Color convert

RGB24525101-
CMYK00.900.590.04
HSL339.27º91.67%52.94%-
HSV(B)339.27º89.8%96.08%-
XYZ40.3521.0514.25-
YUV99.44128.89231.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 66.04%
GREEN value IS 25 (10.16% from 255) = 6.74%
BLUE value IS 101 (39.84% from 255) = 27.22%
R=66.04%
G=6.74%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452510100.900.590.04339.2791.6752.94
HexF5196505A3B41535c35
Octal36531145013273452313465
Binary11110101110011100101010110101110111001010100111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51965; }

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

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

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

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

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

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

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

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