Html Css Color HEX #F5186B Ruby

📋 copy color: '#F5186B'

red 245 ◦ green 24 ◦ blue 107

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

Shades of Ruby #F5186B

Tints of Ruby #F5186B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.38%

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

R = 65.16%
G = 6.38%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5186B (or 0xF5186B) is known color: Ruby. HEX triplet: F5, 18 and 6B. RGB value is (245,24,107). Sum of RGB (Red+Green+Blue) = 245+24+107=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F5186B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5186B is #0AE794. Grayscale: #636363. Windows color (decimal): -714645 or 7018741. OLE color: 7018741.

HSL color Cylindrical-coordinate representation of color #F5186B: hue angle of 337.47º 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 #F5186B is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 24 107 -
CMYK 0 0.90 0.56 0.04
HSL 337.47º 0.92% 0.53% -
HSV(B) 337.47º 0.9% 0.96% -
XYZ 40.64 21.13 15.85 -
YUV 99.54 132.22 231.75 -
System Red Green Blue C M Y K H S L
Decimal 245 24 107 0 0.90 0.56 0.04 337.47 0.92 0.53
Hex F5 18 6B 0 5A 38 4 151 5C 35
Octal 365 30 153 0 132 70 4 521 134 65
Binary 11110101 11000 1101011 0 1011010 111000 100 101010001 1011100 110101

Color Harmonies of #F5186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5186B

Black with #F5186B

Text Example


Text Example

White with #F5186B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5186B; }

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

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

background-color css

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

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

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

border-color css

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

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

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