#F91A5E

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

Shades of Ruby #F91A5E

Tints of Ruby #F91A5E

Color information

#F91A5E (or 0xF91A5E) is unknown color: approx Ruby. HEX triplet: F9, 1A and 5E. RGB value is (249,26,94). Sum of RGB (Red+Green+Blue) = 249+26+94=369 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.48% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91A5E is #06E5A1. Grayscale: #646464. Windows color (decimal): -452002 or 6167289. OLE color: 6167289.

HSL color Cylindrical-coordinate representation of color #F91A5E: hue angle of 341.7º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91A5E is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB2492694-
CMYK00.900.620.02
HSL341.7º94.89%53.92%-
HSV(B)341.7º89.56%97.65%-
XYZ41.4621.6912.59-
YUV100.43124.38233.97-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 67.48%
GREEN value IS 26 (10.55% from 255) = 7.05%
BLUE value IS 94 (37.11% from 255) = 25.47%
R=67.48%
G=7.05%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249269400.900.620.02341.794.8953.92
HexF91A5E05A3E21565f36
Octal37132136013276252613766
Binary1111100111010101111001011010111110101010101101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91A5E; }

 p { color: rgb(249,26,94); }

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

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

 a { background-color: rgb(249,26,94); }

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

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

 span { border-color: rgb(249,26,94); }

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