Html Css Color HEX #F5106D Ruby

📋 copy color: '#F5106D'

red 245 ◦ green 16 ◦ blue 109

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

Shades of Ruby #F5106D

Tints of Ruby #F5106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.32%

 BLUE value IS 109 (42.97% from 255) = 29.46%

R = 66.22%
G = 4.32%
B = 29.46%

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

#F5106D (or 0xF5106D) is known color: Ruby. HEX triplet: F5, 10 and 6D. RGB value is (245,16,109). Sum of RGB (Red+Green+Blue) = 245+16+109=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F5106D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5106D is #0AEF92. Grayscale: #5E5E5E. Windows color (decimal): -716691 or 7147765. OLE color: 7147765.

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

Color convert

RGB 245 16 109 -
CMYK 0 0.93 0.56 0.04
HSL 335.63º 0.92% 0.51% -
HSV(B) 335.63º 0.93% 0.96% -
XYZ 40.6 20.89 16.36 -
YUV 95.07 135.87 234.94 -
System Red Green Blue C M Y K H S L
Decimal 245 16 109 0 0.93 0.56 0.04 335.63 0.92 0.51
Hex F5 10 6D 0 5D 38 4 150 5C 33
Octal 365 20 155 0 135 70 4 520 134 63
Binary 11110101 10000 1101101 0 1011101 111000 100 101010000 1011100 110011

Color Harmonies of #F5106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5106D

Black with #F5106D

Text Example


Text Example

White with #F5106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5106D; }

 p { color: rgb(245,16,109); }

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

background-color css

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

 a { background-color: rgb(245,16,109); }

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

border-color css

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

 span { border-color: rgb(245,16,109); }

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