#F71B65

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

Shades of Ruby #F71B65

Tints of Ruby #F71B65

Color information

#F71B65 (or 0xF71B65) is unknown color: approx Ruby. HEX triplet: F7, 1B and 65. RGB value is (247,27,101). Sum of RGB (Red+Green+Blue) = 247+27+101=375 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.87% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 247 - color contains mainly: red. Hex color #F71B65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71B65 is #08E49A. Grayscale: #656565. Windows color (decimal): -582811 or 6626295. OLE color: 6626295.

HSL color Cylindrical-coordinate representation of color #F71B65: hue angle of 339.82º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71B65 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB24727101-
CMYK00.890.590.03
HSL339.82º93.22%53.73%-
HSV(B)339.82º89.07%96.86%-
XYZ41.121.514.3-
YUV101.22127.89231.98-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 65.87%
GREEN value IS 27 (10.94% from 255) = 7.2%
BLUE value IS 101 (39.84% from 255) = 26.93%
R=65.87%
G=7.2%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472710100.890.590.03339.8293.2253.73
HexF71B650593B31545d36
Octal36733145013173352413566
Binary1111011111011110010101011001111011111010101001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71B65; }

 p { color: rgb(247,27,101); }

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

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

 a { background-color: rgb(247,27,101); }

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

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

 span { border-color: rgb(247,27,101); }

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