Html Css Color HEX #F5195F Ruby

📋 copy color: '#F5195F'

red 245 ◦ green 25 ◦ blue 95

#F5195F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #F5195F

Tints of Ruby #F5195F

RGB

 RED value IS 245 (96.09% from 255) = 67.12%

 GREEN value IS 25 (10.16% from 255) = 6.85%

 BLUE value IS 95 (37.5% from 255) = 26.03%

R = 67.12%
G = 6.85%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F5195F (or 0xF5195F) is known color: Ruby. HEX triplet: F5, 19 and 5F. RGB value is (245,25,95). Sum of RGB (Red+Green+Blue) = 245+25+95=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F5195F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5195F is #0AE6A0. Grayscale: #626262. Windows color (decimal): -714401 or 6232565. OLE color: 6232565.

HSL color Cylindrical-coordinate representation of color #F5195F: hue angle of 340.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F5195F is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 25 95 -
CMYK 0 0.90 0.61 0.04
HSL 340.91º 0.92% 0.53% -
HSV(B) 340.91º 0.9% 0.96% -
XYZ 40.07 20.93 12.76 -
YUV 98.76 125.89 232.31 -
System Red Green Blue C M Y K H S L
Decimal 245 25 95 0 0.90 0.61 0.04 340.91 0.92 0.53
Hex F5 19 5F 0 5A 3D 4 155 5C 35
Octal 365 31 137 0 132 75 4 525 134 65
Binary 11110101 11001 1011111 0 1011010 111101 100 101010101 1011100 110101

Color Harmonies of #F5195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5195F

Black with #F5195F

Text Example


Text Example

White with #F5195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5195F; }

 p { color: rgb(245,25,95); }

 H1.HeaderClassName
 {
   color: #F5195F;
 }
 .AnyTagClassName
 {
   color: #F5195F;
 }
</style>

background-color css

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

 a { background-color: rgb(245,25,95); }

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

border-color css

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

 span { border-color: rgb(245,25,95); }

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