#F51871

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

Shades of Ruby #F51871

Tints of Ruby #F51871

Color information

#F51871 (or 0xF51871) is unknown color: approx Ruby. HEX triplet: F5, 18 and 71. RGB value is (245,24,113). Sum of RGB (Red+Green+Blue) = 245+24+113=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F51871 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51871 is #0AE78E. Grayscale: #646464. Windows color (decimal): -714639 or 7411957. OLE color: 7411957.

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

Color convert

RGB24524113-
CMYK00.900.540.04
HSL335.84º91.7%52.75%-
HSV(B)335.84º90.2%96.08%-
XYZ40.9621.2617.57-
YUV100.22135.22231.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.14%
GREEN value IS 24 (9.77% from 255) = 6.28%
BLUE value IS 113 (44.53% from 255) = 29.58%
R=64.14%
G=6.28%
B=29.58%

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
Decimal2452411300.900.540.04335.8491.752.75
HexF5187105A3641505c35
Octal36530161013266452013465
Binary11110101110001110001010110101101101001010100001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51871; }

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

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

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

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

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

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

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

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