Html Css Color HEX #F5186A Ruby

📋 copy color: '#F5186A'

red 245 ◦ green 24 ◦ blue 106

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

Shades of Ruby #F5186A

Tints of Ruby #F5186A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.27%

R = 65.33%
G = 6.4%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F5186A (or 0xF5186A) is known color: Ruby. HEX triplet: F5, 18 and 6A. RGB value is (245,24,106). Sum of RGB (Red+Green+Blue) = 245+24+106=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F5186A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5186A is #0AE795. Grayscale: #636363. Windows color (decimal): -714646 or 6953205. OLE color: 6953205.

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

Color convert

RGB 245 24 106 -
CMYK 0 0.90 0.57 0.04
HSL 337.74º 0.92% 0.53% -
HSV(B) 337.74º 0.9% 0.96% -
XYZ 40.58 21.11 15.57 -
YUV 99.43 131.72 231.83 -
System Red Green Blue C M Y K H S L
Decimal 245 24 106 0 0.90 0.57 0.04 337.74 0.92 0.53
Hex F5 18 6A 0 5A 39 4 152 5C 35
Octal 365 30 152 0 132 71 4 522 134 65
Binary 11110101 11000 1101010 0 1011010 111001 100 101010010 1011100 110101

Color Harmonies of #F5186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5186A

Black with #F5186A

Text Example


Text Example

White with #F5186A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5186A; }

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

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

background-color css

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

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

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

border-color css

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

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

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