#F71C5B

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

Shades of Ruby #F71C5B

Tints of Ruby #F71C5B

Color information

#F71C5B (or 0xF71C5B) is unknown color: approx Ruby. HEX triplet: F7, 1C and 5B. RGB value is (247,28,91). Sum of RGB (Red+Green+Blue) = 247+28+91=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71C5B is #08E3A4. Grayscale: #646464. Windows color (decimal): -582565 or 5971191. OLE color: 5971191.

HSL color Cylindrical-coordinate representation of color #F71C5B: hue angle of 342.74º 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 #F71C5B is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB2472891-
CMYK00.890.630.03
HSL342.74º93.19%53.92%-
HSV(B)342.74º88.66%96.86%-
XYZ40.6621.3611.88-
YUV100.66122.55232.38-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 67.49%
GREEN value IS 28 (11.33% from 255) = 7.65%
BLUE value IS 91 (35.94% from 255) = 24.86%
R=67.49%
G=7.65%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247289100.890.630.03342.7493.1953.92
HexF71C5B0593F31575d36
Octal36734133013177352713566
Binary1111011111100101101101011001111111111010101111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71C5B; }

 p { color: rgb(247,28,91); }

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

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

 a { background-color: rgb(247,28,91); }

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

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

 span { border-color: rgb(247,28,91); }

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