#F7195E

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

Shades of Ruby #F7195E

Tints of Ruby #F7195E

Color information

#F7195E (or 0xF7195E) is unknown color: approx Ruby. HEX triplet: F7, 19 and 5E. RGB value is (247,25,94). Sum of RGB (Red+Green+Blue) = 247+25+94=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F7195E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7195E is #08E6A1. Grayscale: #636363. Windows color (decimal): -583330 or 6167031. OLE color: 6167031.

HSL color Cylindrical-coordinate representation of color #F7195E: hue angle of 341.35º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F7195E is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB2472594-
CMYK00.900.620.03
HSL341.35º93.28%53.33%-
HSV(B)341.35º89.88%96.86%-
XYZ40.7321.2812.55-
YUV99.24125.05233.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 67.49%
GREEN value IS 25 (10.16% from 255) = 6.83%
BLUE value IS 94 (37.11% from 255) = 25.68%
R=67.49%
G=6.83%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247259400.900.620.03341.3593.2853.33
HexF7195E05A3E31555d35
Octal36731136013276352513565
Binary1111011111001101111001011010111110111010101011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7195E; }

 p { color: rgb(247,25,94); }

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

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

 a { background-color: rgb(247,25,94); }

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

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

 span { border-color: rgb(247,25,94); }

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