#F81B60

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

Shades of Ruby #F81B60

Tints of Ruby #F81B60

Color information

#F81B60 (or 0xF81B60) is unknown color: approx Ruby. HEX triplet: F8, 1B and 60. RGB value is (248,27,96). Sum of RGB (Red+Green+Blue) = 248+27+96=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F81B60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81B60 is #07E49F. Grayscale: #646464. Windows color (decimal): -517280 or 6298616. OLE color: 6298616.

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

Color convert

RGB2482796-
CMYK00.890.610.03
HSL341.27º94.04%53.92%-
HSV(B)341.27º89.11%97.25%-
XYZ41.2121.5813.06-
YUV100.94125.22232.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 66.85%
GREEN value IS 27 (10.94% from 255) = 7.28%
BLUE value IS 96 (37.89% from 255) = 25.88%
R=66.85%
G=7.28%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248279600.890.610.03341.2794.0453.92
HexF81B600593D31555e36
Octal37033140013175352513666
Binary1111100011011110000001011001111101111010101011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81B60; }

 p { color: rgb(248,27,96); }

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

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

 a { background-color: rgb(248,27,96); }

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

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

 span { border-color: rgb(248,27,96); }

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