#F1205F

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

Shades of Ruby #F1205F

Tints of Ruby #F1205F

Color information

#F1205F (or 0xF1205F) is unknown color: approx Ruby. HEX triplet: F1, 20 and 5F. RGB value is (241,32,95). Sum of RGB (Red+Green+Blue) = 241+32+95=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F1205F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1205F is #0EDFA0. Grayscale: #656565. Windows color (decimal): -974753 or 6234353. OLE color: 6234353.

HSL color Cylindrical-coordinate representation of color #F1205F: hue angle of 341.91º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F1205F is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB2413295-
CMYK00.870.610.05
HSL341.91º88.19%53.53%-
HSV(B)341.91º86.72%94.51%-
XYZ38.8620.5612.75-
YUV101.67124.24227.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 65.49%
GREEN value IS 32 (12.89% from 255) = 8.70%
BLUE value IS 95 (37.5% from 255) = 25.82%
R=65.49%
G=8.70%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241329500.870.610.05341.9188.1953.53
HexF1205F0573D51565836
Octal36140137012775552613066
Binary111100011000001011111010101111111011011010101101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1205F; }

 p { color: rgb(241,32,95); }

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

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

 a { background-color: rgb(241,32,95); }

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

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

 span { border-color: rgb(241,32,95); }

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