Html Css Color HEX #F5106F Ruby

📋 copy color: '#F5106F'

red 245 ◦ green 16 ◦ blue 111

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

Shades of Ruby #F5106F

Tints of Ruby #F5106F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.84%

R = 65.86%
G = 4.3%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5106F (or 0xF5106F) is known color: Ruby. HEX triplet: F5, 10 and 6F. RGB value is (245,16,111). Sum of RGB (Red+Green+Blue) = 245+16+111=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F5106F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5106F is #0AEF90. Grayscale: #5F5F5F. Windows color (decimal): -716689 or 7278837. OLE color: 7278837.

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

Color convert

RGB 245 16 111 -
CMYK 0 0.93 0.55 0.04
HSL 335.11º 0.92% 0.51% -
HSV(B) 335.11º 0.93% 0.96% -
XYZ 40.71 20.93 16.93 -
YUV 95.3 136.87 234.78 -
System Red Green Blue C M Y K H S L
Decimal 245 16 111 0 0.93 0.55 0.04 335.11 0.92 0.51
Hex F5 10 6F 0 5D 37 4 14F 5C 33
Octal 365 20 157 0 135 67 4 517 134 63
Binary 11110101 10000 1101111 0 1011101 110111 100 101001111 1011100 110011

Color Harmonies of #F5106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5106F

Black with #F5106F

Text Example


Text Example

White with #F5106F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5106F; }

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

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

background-color css

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

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

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

border-color css

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

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

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