Html Css Color HEX #F5116B Ruby

📋 copy color: '#F5116B'

red 245 ◦ green 17 ◦ blue 107

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

Shades of Ruby #F5116B

Tints of Ruby #F5116B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.61%

 BLUE value IS 107 (42.19% from 255) = 29%

R = 66.4%
G = 4.61%
B = 29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5116B (or 0xF5116B) is known color: Ruby. HEX triplet: F5, 11 and 6B. RGB value is (245,17,107). Sum of RGB (Red+Green+Blue) = 245+17+107=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F5116B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5116B is #0AEE94. Grayscale: #5F5F5F. Windows color (decimal): -716437 or 7016949. OLE color: 7016949.

HSL color Cylindrical-coordinate representation of color #F5116B: hue angle of 336.32º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5116B is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 17 107 -
CMYK 0 0.93 0.56 0.04
HSL 336.32º 0.92% 0.51% -
HSV(B) 336.32º 0.93% 0.96% -
XYZ 40.51 20.87 15.8 -
YUV 95.43 134.54 234.68 -
System Red Green Blue C M Y K H S L
Decimal 245 17 107 0 0.93 0.56 0.04 336.32 0.92 0.51
Hex F5 11 6B 0 5D 38 4 150 5C 33
Octal 365 21 153 0 135 70 4 520 134 63
Binary 11110101 10001 1101011 0 1011101 111000 100 101010000 1011100 110011

Color Harmonies of #F5116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5116B

Black with #F5116B

Text Example


Text Example

White with #F5116B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5116B; }

 p { color: rgb(245,17,107); }

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

background-color css

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

 a { background-color: rgb(245,17,107); }

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

border-color css

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

 span { border-color: rgb(245,17,107); }

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