#F0195A

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

Shades of Ruby #F0195A

Tints of Ruby #F0195A

Color information

#F0195A (or 0xF0195A) is unknown color: approx Ruby. HEX triplet: F0, 19 and 5A. RGB value is (240,25,90). Sum of RGB (Red+Green+Blue) = 240+25+90=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F0195A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0195A is #0FE6A5. Grayscale: #606060. Windows color (decimal): -1042086 or 5904880. OLE color: 5904880.

HSL color Cylindrical-coordinate representation of color #F0195A: hue angle of 341.86º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0195A is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB2402590-
CMYK00.900.620.06
HSL341.86º87.76%51.96%-
HSV(B)341.86º89.58%94.12%-
XYZ38.1319.9611.52-
YUV96.7124.23230.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 67.61%
GREEN value IS 25 (10.16% from 255) = 7.04%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=67.61%
G=7.04%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240259000.900.620.06341.8687.7651.96
HexF0195A05A3E61565834
Octal36031132013276652613064
Binary11110000110011011010010110101111101101010101101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0195A; }

 p { color: rgb(240,25,90); }

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

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

 a { background-color: rgb(240,25,90); }

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

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

 span { border-color: rgb(240,25,90); }

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