#F51870

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

Shades of Ruby #F51870

Tints of Ruby #F51870

Color information

#F51870 (or 0xF51870) is unknown color: approx Ruby. HEX triplet: F5, 18 and 70. RGB value is (245,24,112). Sum of RGB (Red+Green+Blue) = 245+24+112=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F51870 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51870 is #0AE78F. Grayscale: #636363. Windows color (decimal): -714640 or 7346421. OLE color: 7346421.

HSL color Cylindrical-coordinate representation of color #F51870: hue angle of 336.11º 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 #F51870 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB24524112-
CMYK00.900.540.04
HSL336.11º91.7%52.75%-
HSV(B)336.11º90.2%96.08%-
XYZ40.9121.2417.27-
YUV100.11134.72231.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.30%
GREEN value IS 24 (9.77% from 255) = 6.30%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=64.30%
G=6.30%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452411200.900.540.04336.1191.752.75
HexF5187005A3641505c35
Octal36530160013266452013465
Binary11110101110001110000010110101101101001010100001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51870; }

 p { color: rgb(245,24,112); }

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

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

 a { background-color: rgb(245,24,112); }

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

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

 span { border-color: rgb(245,24,112); }

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